Checkstyle Results
The following document contains the results of Checkstyle 6.18 with hbase/checkstyle.xml ruleset. 
Summary
| Files | Info | Warnings | Errors |
|---|---|---|---|
| 2748 | 0 | 0 | 21545 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 186 | Error |
| blocks | EmptyBlock | 51 | Error |
| LeftCurly | 340 | Error | |
| NeedBraces | 2434 | Error | |
| coding | EmptyStatement | 43 | Error |
| EqualsHashCode | 12 | Error | |
| InnerAssignment | 84 | Error | |
| MissingSwitchDefault | 21 | Error | |
| NoFinalizer | 1 | Error | |
| design | FinalClass | 60 | Error |
| HideUtilityClassConstructor | 132 | Error | |
| InterfaceIsType | 6 | Error | |
VisibilityModifier
|
124 | Error | |
| imports | AvoidStarImport | 175 | Error |
ImportOrder
|
2295 | Error | |
| RedundantImport | 80 | Error | |
UnusedImports
|
302 | Error | |
| indentation | Indentation
|
7394 | Error |
| javadoc | JavadocTagContinuationIndentation
|
953 | Error |
| NonEmptyAtclauseDescription | 4783 | Error | |
| misc | ArrayTypeStyle | 186 | Error |
| UpperEll | 316 | Error | |
| sizes | LineLength
|
931 | Error |
| MethodLength | 76 | Error | |
| whitespace | FileTabCharacter | 16 | Error |
| MethodParamPad | 188 | Error | |
| ParenPad | 356 | Error |
Details
com/google/protobuf/HBaseZeroCopyByteString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 |
org/apache/hadoop/hbase/AuthUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class AuthUtil should be declared as final. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
org/apache/hadoop/hbase/BaseConfigurable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
org/apache/hadoop/hbase/CategoryBasedTimeout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.internal.runners.statements.FailOnTimeout. | 27 |
| Error | imports | UnusedImports | Unused import - org.junit.rules.TestRule. | 28 |
| Error | imports | UnusedImports | Unused import - org.junit.runner.Description. | 30 |
| Error | imports | UnusedImports | Unused import - org.junit.runners.model.Statement. | 31 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
org/apache/hadoop/hbase/Cell.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 156 |
org/apache/hadoop/hbase/CellComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.primitives.Longs' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 356 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 360 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 447 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 464 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 482 |
org/apache/hadoop/hbase/CellScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.Cell. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
org/apache/hadoop/hbase/CellUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 31 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 208 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 268 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 352 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 445 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 568 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 573 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 605 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 715 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 730 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 775 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 796 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 799 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 807 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 808 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 810 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 811 |
org/apache/hadoop/hbase/ChoreService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 386 |
org/apache/hadoop/hbase/ClassFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 54 should have line break after. | 70 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 71 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 72 |
| Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 92 |
org/apache/hadoop/hbase/ClusterId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
org/apache/hadoop/hbase/ClusterManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 103 |
org/apache/hadoop/hbase/ClusterStatus.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
org/apache/hadoop/hbase/CompatibilityFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 24 |
org/apache/hadoop/hbase/CompatibilitySingletonFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 24 |
org/apache/hadoop/hbase/CompoundConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/CoprocessorEnvironment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
org/apache/hadoop/hbase/DistributedHBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 424 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 426 |
org/apache/hadoop/hbase/DoNotRetryIOException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/DroppedSnapshotException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
org/apache/hadoop/hbase/GenericTestUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 47 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 112 |
| Error | design | FinalClass | Class LogCapturer should be declared as final. | 128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
org/apache/hadoop/hbase/HBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
org/apache/hadoop/hbase/HBaseClusterManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 27 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 67 |
org/apache/hadoop/hbase/HBaseCommonTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 168 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
org/apache/hadoop/hbase/HBaseConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 46 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 166 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
org/apache/hadoop/hbase/HBaseIOException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 3, expected level should be 0. | 48 |
org/apache/hadoop/hbase/HBaseInterfaceAudience.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
org/apache/hadoop/hbase/HBaseTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 147 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 148 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 462 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 463 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 464 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 465 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 466 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 467 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 468 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 469 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 470 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 471 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 526 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 588 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 589 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 590 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 591 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 593 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 595 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 596 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 598 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 599 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 600 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 603 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 604 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 605 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 608 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 609 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 |
org/apache/hadoop/hbase/HBaseTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 85 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 134 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 156 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 228 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 231 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 304 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 305 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 306 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 307 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 308 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 388 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 389 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 390 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 391 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 7, expected level should be 8. | 392 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 404 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 426 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 450 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 560 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 578 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 617 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 801 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 828 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 829 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 830 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 831 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 850 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 855 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 878 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 879 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 881 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 882 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 883 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 884 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 885 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 886 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 888 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 889 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 890 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 891 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 917 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 918 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 920 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 921 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 922 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 923 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 924 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 925 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 927 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 928 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 929 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 930 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 933 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 934 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 960 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1009 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1012 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1015 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1061 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1068 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1078 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1091 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1172 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1184 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1185 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1188 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1238 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1246 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1281 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1295 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1306 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1310 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1314 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1325 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1338 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1339 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1350 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1351 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1353 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1363 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1365 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1394 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1415 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1419 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1440 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1441 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1443 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1448 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1455 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1456 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1459 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1469 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1470 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1471 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1483 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1484 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1487 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1508 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1510 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1512 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1531 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1532 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1534 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1536 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1555 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1557 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1566 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1567 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1568 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1570 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1579 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1580 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1581 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1583 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1593 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1594 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1595 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1597 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1607 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1608 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1609 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1622 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1629 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1630 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1633 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1642 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1643 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1644 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1645 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1647 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1657 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1658 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1659 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1660 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1662 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1681 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1682 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1683 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1685 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1695 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1696 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1697 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1699 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1713 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1720 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1721 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1724 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1733 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1734 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1735 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1737 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1745 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1753 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1755 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1763 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1764 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1765 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1767 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1777 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1828 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1830 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1842 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1843 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1844 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1851 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1993 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1994 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1995 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1996 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1997 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2008 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2009 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2010 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2011 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2023 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2031 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2032 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2033 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2034 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2035 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2036 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2037 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2038 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2065 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2076 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2197 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 2199 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 2256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2278 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2370 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2489 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2490 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2491 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2493 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2571 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2572 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 2735 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2768 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2778 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 2807 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2810 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2844 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2846 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2847 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2848 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 6. | 2859 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2900 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2916 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2951 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2958 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2959 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2960 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2961 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 2961 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2962 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2974 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2984 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2995 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3006 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3038 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3075 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3096 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3097 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3140 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3142 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 3144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3155 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3179 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3306 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 355). | 3356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3359 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3360 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3363 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3491 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3492 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3494 |
| Error | indentation | Indentation | 'method def rparen' have incorrect indentation level 48, expected level should be 2. | 3512 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3522 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3547 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3548 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3549 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3550 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3551 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3552 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3565 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3566 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3567 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3568 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3570 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3571 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3572 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 3597 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3923 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3925 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3959 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4020 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4022 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4091 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4101 |
org/apache/hadoop/hbase/HColumnDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 48 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 245 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 246 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 249 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 250 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 251 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 252 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 253 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 254 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 255 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 256 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 257 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 258 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 259 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 260 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 261 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 263 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 264 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 265 |
| Error | indentation | Indentation | 'static initialization' child have incorrect indentation level 6, expected level should be 4. | 266 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 309 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 320 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 358 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 362 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 363 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 382 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 386 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 390 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 397 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 398 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 419 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 429 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 432 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 433 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 435 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 440 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 441 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 494 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 496 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 542 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 553 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 648 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 695 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 837 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 841 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 848 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 866 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 881 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 914 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 923 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 927 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 934 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1007 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1027 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1096 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1236 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 1328 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1403 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1408 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1410 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1427 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1431 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1529 |
org/apache/hadoop/hbase/HConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 157 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 187 |
| Error | design | VisibilityModifier | Variable 'HBASE_META_VERSIONS' must be private and have accessor methods. | 728 |
| Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_VERSIONS' must be private and have accessor methods. | 733 |
| Error | design | VisibilityModifier | Variable 'HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 738 |
| Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 743 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 772 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 57 has parse error. Details: no viable alternative at input '<code>\n *<coprocessor jar file location> '|' <<class name>' while parsing HTML_TAG | 862 |
org/apache/hadoop/hbase/HFilePerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 |
org/apache/hadoop/hbase/HRegionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 37 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 449 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 756 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 800 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 903 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 920 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 963 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 967 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 981 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 983 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 985 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1037 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1079 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1089 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1093 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1158 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1187 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1228 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1238 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1243 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1285 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1363 |
org/apache/hadoop/hbase/HRegionLocation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 107 |
org/apache/hadoop/hbase/HTableDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 42 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 176 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 351 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 361 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 443 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 500 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 514 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 591 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 601 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 611 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 633 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 757 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 759 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 768 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 774 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 811 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 911 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 927 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 943 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 954 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 964 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 976 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 988 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 997 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1005 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1085 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1204 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1288 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1315 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1330 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1376 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1440 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1463 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1508 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1522 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1534 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1583 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1589 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1599 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1621 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1622 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 9, expected level should be one of the following: 6, 8. | 1740 |
org/apache/hadoop/hbase/HTestConst.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 22 |
| Error | design | FinalClass | Class HTestConst should be declared as final. | 30 |
org/apache/hadoop/hbase/HadoopShimsImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 34 |
org/apache/hadoop/hbase/HealthChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 108 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 112 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 113 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 114 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 115 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 116 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 117 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 121 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 122 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 123 |
org/apache/hadoop/hbase/IntegrationTestAcidGuarantees.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Set' import. | 29 |
org/apache/hadoop/hbase/IntegrationTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 26 has parse error. Missed HTML close tag 'arg'. Sometimes it means that close tag missed for one of previous tags. | 43 |
org/apache/hadoop/hbase/IntegrationTestDDLMasterFailover.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 208 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 233 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 251 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 329 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 617 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 687 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 688 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 691 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 692 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 693 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 694 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 695 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 696 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 697 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 698 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 699 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 700 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 701 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 702 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 703 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 704 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 706 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 707 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 708 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 709 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 710 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 711 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 712 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 713 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 715 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 716 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 717 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 718 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 719 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 720 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 721 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 722 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 723 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 724 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 744 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 808 |
org/apache/hadoop/hbase/IntegrationTestIngest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 39 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 71 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 72 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 73 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 77 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 145 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 146 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 147 |
org/apache/hadoop/hbase/IntegrationTestIngestWithACL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 97 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 98 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 99 |
org/apache/hadoop/hbase/IntegrationTestIngestWithEncryption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader' import. | 34 |
org/apache/hadoop/hbase/IntegrationTestIngestWithVisibilityLabels.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 43. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 52. | 43 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 52. | 44 |
org/apache/hadoop/hbase/IntegrationTestLazyCfLoading.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.LoadTestKVGenerator' import. | 45 |
org/apache/hadoop/hbase/IntegrationTestManyRegions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
org/apache/hadoop/hbase/IntegrationTestMetaReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.util.ToolRunner. | 30 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 89 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
org/apache/hadoop/hbase/IntegrationTestRegionReplicaPerf.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 |
| Error | imports | ImportOrder | Wrong order for 'java.util.*' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'java.lang.String.format' import. | 47 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 67 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 119 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 143 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 145 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 288 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 303 |
org/apache/hadoop/hbase/IntegrationTestRegionReplicaReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 4 has parse error. Missed HTML close tag 'pre'. Sometimes it means that close tag missed for one of previous tags. | 59 |
org/apache/hadoop/hbase/IntegrationTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 71 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 111 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 127 |
org/apache/hadoop/hbase/JMXListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.CoprocessorEnvironment. | 24 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 24 |
org/apache/hadoop/hbase/KeyValue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 279 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 609 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 618 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 619 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 623 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 624 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 779 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 938 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1232 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1528 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1542 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1569 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1584 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1585 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1587 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1600 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1615 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1735 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1736 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1738 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1757 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1758 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1917 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1918 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1928 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1929 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1930 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1931 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1932 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1933 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2029 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2030 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2040 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2041 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2042 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2043 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2044 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2045 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 2071 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2088 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2089 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2090 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2091 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2092 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2093 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2094 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2285 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2286 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2287 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2331 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2332 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2410 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2412 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2419 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2421 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2428 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2429 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2430 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2432 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2445 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2447 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2448 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2456 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2457 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2459 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2460 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2465 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2477 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2501 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2512 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2514 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2530 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2531 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2533 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2552 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2556 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2696 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2738 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2739 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2740 |
org/apache/hadoop/hbase/KeyValueTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 41 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 52 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
org/apache/hadoop/hbase/KeyValueUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.DataInput. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 40 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 464 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 495 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 538 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 543 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 550 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 551 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 552 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 553 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 559 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 574 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 |
org/apache/hadoop/hbase/LocalHBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 255 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 462 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 |
org/apache/hadoop/hbase/MapFilePerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 |
org/apache/hadoop/hbase/MasterNotRunningException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/MetaMigrationConvertingToPB.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor.Visitor' import. | 28 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
org/apache/hadoop/hbase/MetaMockingUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
org/apache/hadoop/hbase/MetaMutationAnnotation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
org/apache/hadoop/hbase/MetaTableAccessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 320 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 391 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 399 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 |
| Error | indentation | Indentation | 'getTableRegionsAndLocations' have incorrect indentation level 2, expected level should be 4. | 465 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 531 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 532 |
| Error | indentation | Indentation | 'getServerUserRegions' have incorrect indentation level 2, expected level should be 4. | 535 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 543 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 545 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 564 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 567 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 592 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 605 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 607 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 700 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 705 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 718 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 725 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 728 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 730 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 738 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 746 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 803 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 813 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 827 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 844 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 856 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 865 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 889 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 914 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 984 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 994 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1008 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1024 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1037 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1055 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1079 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1179 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1359 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1380 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1407 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1422 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1437 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1449 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1500 |
org/apache/hadoop/hbase/MiniHBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 386 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 387 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 388 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 495 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 496 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 497 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 530 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 628 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 683 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 693 |
org/apache/hadoop/hbase/MockRegionServerServices.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 55 |
org/apache/hadoop/hbase/MultithreadedTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 19 has parse error. Details: no viable alternative at input '<code>\n * List<Future<' while parsing HTML_TAG | 159 |
org/apache/hadoop/hbase/NamespaceDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 25 |
| Error | design | FinalClass | Class NamespaceDescriptor should be declared as final. | 40 |
| Error | design | FinalClass | Class Builder should be declared as final. | 164 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 196 |
org/apache/hadoop/hbase/NotAllMetaRegionsOnlineException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/NotServingRegionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
org/apache/hadoop/hbase/PerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 44 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.util.*. | 88 |
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be one of the following: 10, 12. | 289 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 330 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 397 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 429 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 520 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 625 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 625 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 625 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1016 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1018 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1023 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1133 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1248 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1290 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1397 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1550 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1711 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1715 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1903 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1917 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 1930 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1932 |
| Error | sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 1963 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 2184 |
org/apache/hadoop/hbase/PerformanceEvaluationCommons.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
org/apache/hadoop/hbase/PleaseHoldException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
org/apache/hadoop/hbase/ProcedureInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 221 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 239 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 243 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 |
org/apache/hadoop/hbase/QosTestHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 |
org/apache/hadoop/hbase/RESTApiClusterManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.MediaType' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
org/apache/hadoop/hbase/RegionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
org/apache/hadoop/hbase/RegionLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 131 |
org/apache/hadoop/hbase/RegionLocations.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 142 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 265 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 268 |
org/apache/hadoop/hbase/RegionStateListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
org/apache/hadoop/hbase/RegionTransition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Error | design | FinalClass | Class RegionTransition should be declared as final. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 107 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
org/apache/hadoop/hbase/RemoteExceptionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | design | FinalClass | Class RemoteExceptionHandler should be declared as final. | 32 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 35 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 84 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 86 |
org/apache/hadoop/hbase/ResourceChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.util.*' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 93 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
org/apache/hadoop/hbase/ResourceCheckerJUnitListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JVM' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 3, expected level should be 2. | 109 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
org/apache/hadoop/hbase/ScanPerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Connection. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.ConnectionFactory. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Stopwatch' import. | 51 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 155). | 83 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 193 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 195 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 237 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 247 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 249 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 316 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 318 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 321 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 371 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 373 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 392 |
org/apache/hadoop/hbase/ScheduledChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
org/apache/hadoop/hbase/ServerLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 33 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 275 |
org/apache/hadoop/hbase/ServerName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 32 |
| Error | design | FinalClass | Class ServerName should be declared as final. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 187 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 244 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 317 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 344 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 365 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 366 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 367 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 369 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
org/apache/hadoop/hbase/SettableSequenceId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
org/apache/hadoop/hbase/SettableTimestamp.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
org/apache/hadoop/hbase/SplitLogCounters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/SplitLogTask.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
org/apache/hadoop/hbase/StripeCompactionsPerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.LoadTestKVGenerator' import. | 42 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
org/apache/hadoop/hbase/TableDescriptors.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
org/apache/hadoop/hbase/TableExistsException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableInfoMissingException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 41 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
org/apache/hadoop/hbase/TableName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer' import. | 26 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 124 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 126 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 171 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 179 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 184 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 404 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 405 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 432 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 484 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 485 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 517 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 522 |
org/apache/hadoop/hbase/TableNotDisabledException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotEnabledException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotFoundException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/Tag.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 37 has parse error. Details: no viable alternative at input '<length of tag' while parsing HTML_ELEMENT | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 47 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 234 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 10 has parse error. Missed HTML close tag 'Tag'. Sometimes it means that close tag missed for one of previous tags. | 243 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
org/apache/hadoop/hbase/TagRewriteCell.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 109 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 154 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 160 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 166 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 172 |
org/apache/hadoop/hbase/TagType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
org/apache/hadoop/hbase/TestAcidGuarantees.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 48 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 103 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 104 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 105 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 109 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 110 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 138 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 139 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 144 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 145 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 165 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 166 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 197 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 203 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 221 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 222 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 266 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 389 |
org/apache/hadoop/hbase/TestCellComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue.KVComparator. | 23 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 55 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 56 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 59 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 60 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 63 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 64 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 67 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 68 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 71 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 72 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 75 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 76 |
org/apache/hadoop/hbase/TestCellUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 249 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 279 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 381 |
org/apache/hadoop/hbase/TestChoreService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 5, expected level should be 6. | 252 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 8. | 253 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 8. | 254 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 255 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 256 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 257 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 258 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 6. | 259 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 261 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 322 |
org/apache/hadoop/hbase/TestClassFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
org/apache/hadoop/hbase/TestCompatibilitySingletonFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 35 |
org/apache/hadoop/hbase/TestCompoundConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
org/apache/hadoop/hbase/TestDrainingServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 54 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 121 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 135 |
org/apache/hadoop/hbase/TestFSTableDescriptorForceCreation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 30 |
org/apache/hadoop/hbase/TestFullLogReconstruction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
org/apache/hadoop/hbase/TestGlobalMemStoreSize.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
org/apache/hadoop/hbase/TestHBaseConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 39 |
| Error | indentation | Indentation | 'clz' have incorrect indentation level 6, expected level should be 10. | 251 |
org/apache/hadoop/hbase/TestHBaseOnOtherDfsCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.UUID' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 |
org/apache/hadoop/hbase/TestHBaseTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Random. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 189 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 410 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 418 |
org/apache/hadoop/hbase/TestHColumnDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 31 |
org/apache/hadoop/hbase/TestHColumnDescriptorDefaultVersions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
org/apache/hadoop/hbase/TestHDFSBlocksDistribution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.assertEquals' import. | 28 |
org/apache/hadoop/hbase/TestHTableDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 175 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 31. | 176 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 31. | 178 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 179 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 33. | 180 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 33. | 181 |
org/apache/hadoop/hbase/TestIOFencing.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 57 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 64 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 68 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 69 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 70 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 73 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 74 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 80 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 306 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 342 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 348 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 353 |
org/apache/hadoop/hbase/TestInfoServers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 68 |
org/apache/hadoop/hbase/TestInterfaceAudienceAnnotations.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ClassFinder.And' import. | 31 |
org/apache/hadoop/hbase/TestKeyValue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotEquals' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 526 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 797 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 804 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 811 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 818 |
org/apache/hadoop/hbase/TestLocalHBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
org/apache/hadoop/hbase/TestMetaMigrationConvertingToPB.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 46 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 237 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 239 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 368 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 387 |
org/apache/hadoop/hbase/TestMetaTableAccessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
org/apache/hadoop/hbase/TestMetaTableAccessorNoCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | indentation | Indentation | '(' have incorrect indentation level 6, expected level should be 8. | 188 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
org/apache/hadoop/hbase/TestMetaTableLocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 154 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 254 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 255 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 300 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 340 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 369 |
| Error | coding | EmptyStatement | Empty statement. | 369 |
org/apache/hadoop/hbase/TestMovedRegionsCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
org/apache/hadoop/hbase/TestMultiVersions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 5, expected level should be one of the following: 4, 6. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 254 |
org/apache/hadoop/hbase/TestNamespace.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 55 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 337 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 414 |
org/apache/hadoop/hbase/TestNodeHealthCheckChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
org/apache/hadoop/hbase/TestPartialResultsFromClientSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 624 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 649 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 650 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 679 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 698 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 703 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 709 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 710 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 |
org/apache/hadoop/hbase/TestRegionRebalancing.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 10, 25, 27. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 255 |
org/apache/hadoop/hbase/TestSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
org/apache/hadoop/hbase/TestServerLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 31 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 63 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 64 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 65 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 66 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 154). | 82 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 154). | 86 |
org/apache/hadoop/hbase/TestServerSideScanMetricsFromClientSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 194 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 313 |
org/apache/hadoop/hbase/TestTimeout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 22 |
| Error | imports | UnusedImports | Unused import - org.junit.rules.Timeout. | 26 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 35 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 37 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 38 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 44 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 46 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 46 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 47 |
org/apache/hadoop/hbase/TestZooKeeper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 387 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 407 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 425 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 441 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 574 |
org/apache/hadoop/hbase/TimestampTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 27 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 203 |
org/apache/hadoop/hbase/Waiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 2 has parse error. Unrecognized error from ANTLR parser: null | 83 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 191 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 192 |
org/apache/hadoop/hbase/YouAreDeadException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/ZKNamespaceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
org/apache/hadoop/hbase/ZNodeClearer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class ZNodeClearer should be declared as final. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 139 |
org/apache/hadoop/hbase/ZooKeeperConnectionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/backup/HFileArchiver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 43 |
| Error | design | FinalClass | Class HFileArchiver should be declared as final. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 617 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 627 |
org/apache/hadoop/hbase/backup/TestHFileArchiving.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 269 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 444 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 449 |
org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 71 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | design | FinalClass | Class TableHFileArchiveTracker should be declared as final. | 40 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
org/apache/hadoop/hbase/backup/example/TestZooKeeperTableArchiveClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 40 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 270 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 320 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 |
org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
org/apache/hadoop/hbase/chaos/actions/ChangeSplitPolicyAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Random' import. | 28 |
org/apache/hadoop/hbase/chaos/actions/ChangeVersionsAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
org/apache/hadoop/hbase/chaos/actions/DecreaseMaxHFileSizeAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Random' import. | 27 |
org/apache/hadoop/hbase/chaos/actions/RestartRandomDataNodeAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
org/apache/hadoop/hbase/chaos/actions/RollingBatchRestartRsAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 35 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 83 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 84 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 9, expected level should be 10. | 85 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 86 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 87 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 88 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 91 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 95 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 97 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 98 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 99 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 102 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
org/apache/hadoop/hbase/chaos/actions/SplitAllRegionOfTableAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/chaos/actions/TruncateTableAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HBaseAdmin. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 26 |
org/apache/hadoop/hbase/chaos/factories/MasterKillingMonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 50 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 60 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 63 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 66 |
org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 31 |
org/apache/hadoop/hbase/chaos/factories/NoKillMonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 50 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 51 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 53 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 54 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 55 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 59 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 62 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 71 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 79 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 83 |
org/apache/hadoop/hbase/chaos/factories/ServerKillingMonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 46 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 47 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 52 |
org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 21 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 57 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 58 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 59 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 68 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 69 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 70 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 71 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 72 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 73 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 81 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 83 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 84 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 85 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 87 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 89 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 90 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 91 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 96 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 110 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 113 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 116 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 119 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 128 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 131 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 134 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 137 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 140 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 143 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 146 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 152 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 155 |
org/apache/hadoop/hbase/chaos/factories/StressAssignmentManagerMonkeyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 20 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 34 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 35 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 36 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 37 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 42 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 43 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 48 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 50 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 51 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 52 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 53 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 54 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 55 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 62 |
org/apache/hadoop/hbase/chaos/monkies/PolicyBasedChaosMonkey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
org/apache/hadoop/hbase/chaos/policies/PeriodicPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
org/apache/hadoop/hbase/chaos/policies/TwoConcurrentActionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 26 |
org/apache/hadoop/hbase/chaos/util/ChaosMonkeyRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 38 |
org/apache/hadoop/hbase/classification/InterfaceAudience.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class InterfaceAudience should be declared as final. | 45 |
org/apache/hadoop/hbase/classification/tools/ExcludePrivateAnnotationsStandardDoclet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 21 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
org/apache/hadoop/hbase/classification/tools/IncludePublicAnnotationsStandardDoclet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 22 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/classification/tools/RootDocProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
org/apache/hadoop/hbase/classification/tools/StabilityOptions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
org/apache/hadoop/hbase/client/AbstractClientScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
org/apache/hadoop/hbase/client/Action.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 22 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
org/apache/hadoop/hbase/client/Admin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 238 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 241 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 313 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 314 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 379 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 446 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 457 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 507 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 508 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 520 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 522 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 537 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 639 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 649 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 651 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 653 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 654 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 687 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 764 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 856 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 922 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 955 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 978 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 993 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1095 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1155 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1170 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1253 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1411 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1419 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1426 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1432 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1433 |
org/apache/hadoop/hbase/client/Append.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 143 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 159 |
org/apache/hadoop/hbase/client/AsyncProcess.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 277 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 353 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 442 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 558 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 602 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 644 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 679 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 682 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 692 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 714 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 747 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 911 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 947 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 963 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 967 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 989 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 1038 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1116 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1329 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1353 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1354 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1355 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1356 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1357 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1358 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1359 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1360 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1361 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1444 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1445 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1446 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1488 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1538 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1558 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1653 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1869 |
org/apache/hadoop/hbase/client/Attributes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
org/apache/hadoop/hbase/client/BufferedMutator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 26 |
org/apache/hadoop/hbase/client/BufferedMutatorImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 218 |
org/apache/hadoop/hbase/client/ClientIdGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 40 |
org/apache/hadoop/hbase/client/ClientScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 60 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 63 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 64 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 65 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 68 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 69 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 70 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 76 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 82 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 86 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 87 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 88 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 90 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 91 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 92 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 93 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 94 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 95 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 96 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 97 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 98 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 104 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 105 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 106 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 123 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 126 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 127 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 128 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 129 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 130 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 131 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 132 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 134 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 135 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 136 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 137 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 140 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 141 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 147 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 151 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 152 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 153 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 158 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 161 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 162 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 163 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 165 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 167 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 168 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 170 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 171 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 172 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 180 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 182 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 183 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 185 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 186 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 187 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 189 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 190 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 191 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 194 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 195 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 197 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 199 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 201 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 202 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 203 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 205 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 207 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 211 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 213 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 215 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 217 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 219 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 224 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 227 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 228 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 230 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 231 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 233 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 236 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 237 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 238 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 239 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 240 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 242 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 249 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 263 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 264 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 265 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 266 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 267 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 270 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 273 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 275 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 279 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 280 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 281 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 282 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 284 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 285 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 286 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 287 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 288 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 289 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 290 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 291 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 293 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 295 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 297 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 298 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 299 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 302 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 303 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 304 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 305 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 306 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 307 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 308 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 309 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 310 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 311 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 312 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 330 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 333 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 334 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 337 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 338 |
| Error | indentation | Indentation | 's' have incorrect indentation level 7, expected level should be 8. | 339 |
| Error | indentation | Indentation | 'retries' have incorrect indentation level 7, expected level should be 8. | 340 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 341 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 342 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 355 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 356 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 357 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 358 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 359 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 360 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 361 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 362 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 364 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 367 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 368 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 369 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 370 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 371 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 372 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 374 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 375 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 376 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 379 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 380 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 381 |
| Error | sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 391 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 467 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 517 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 735 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 742 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 744 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 744 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 745 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 746 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 6. | 747 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 748 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 6. | 749 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 753 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 8. | 755 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 756 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 757 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 758 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 759 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 760 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 |
org/apache/hadoop/hbase/client/ClientSmallReversedScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
org/apache/hadoop/hbase/client/ClientSmallScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
org/apache/hadoop/hbase/client/ClusterConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 93 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 201 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 |
org/apache/hadoop/hbase/client/ClusterStatusListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ClusterStatus' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
org/apache/hadoop/hbase/client/Connection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
org/apache/hadoop/hbase/client/ConnectionAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 38 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 47 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 49 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 409 |
org/apache/hadoop/hbase/client/ConnectionConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 18 |
org/apache/hadoop/hbase/client/ConnectionFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
org/apache/hadoop/hbase/client/ConnectionManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 35 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 84 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.*' import. | 84 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetProcedureResultRequest' import. | 125 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 198 |
| Error | design | FinalClass | Class ConnectionManager should be declared as final. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be one of the following: 8, 10. | 243 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 7, expected level should be one of the following: 6, 8. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 291 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 421 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 428 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 441 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 453 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 464 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 488 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 500 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 644 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 645 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 646 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 647 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 648 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 649 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 758 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 915 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 950 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 952 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1097 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1399 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1400 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1461 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1505 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1513 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1514 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1515 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1559 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1718 |
| Error | sizes | MethodLength | Method length is 372 lines (max allowed is 150). | 1747 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2147 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2264 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2280 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2314 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2358 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2363 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2369 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2375 |
| Error | coding | NoFinalizer | Avoid using finalizer method. | 2489 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2522 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2554 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2591 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2598 |
| Error | design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 2727 |
org/apache/hadoop/hbase/client/ConnectionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.RegionLocations. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
org/apache/hadoop/hbase/client/CoprocessorHConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
org/apache/hadoop/hbase/client/DelayingRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
org/apache/hadoop/hbase/client/Delete.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 435 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 451 |
org/apache/hadoop/hbase/client/FailureInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'numConsecutiveFailures' must be private and have accessor methods. | 35 |
| Error | design | VisibilityModifier | Variable 'timeOfFirstFailureMilliSec' must be private and have accessor methods. | 38 |
| Error | design | VisibilityModifier | Variable 'timeOfLatestAttemptMilliSec' must be private and have accessor methods. | 41 |
| Error | design | VisibilityModifier | Variable 'exclusivelyRetringInspiteOfFastFail' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/client/FlushRegionCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 37 |
org/apache/hadoop/hbase/client/Get.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 286 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 296 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 516 |
org/apache/hadoop/hbase/client/HBaseAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.net.SocketTimeoutException. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.RegionException. | 56 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotEnabledException. | 62 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 175 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 253 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 388 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 464 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 481 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 547 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 555 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 555 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 556 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 572 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 573 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 574 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 575 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 600 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 601 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 630 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 664 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 667 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 668 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 701 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 704 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 705 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 841 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 844 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 998 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1016 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1060 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1061 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1062 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1320 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1323 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1442 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1460 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1781 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1795 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1796 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1873 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1874 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1875 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2154 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2225 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2227 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2229 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2272 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2302 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2304 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2306 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2481 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2501 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2519 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2554 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2566 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2569 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2643 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2646 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2648 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 2711 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2765 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2767 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2768 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2769 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2799 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2943 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2966 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2985 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3005 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3025 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3051 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3076 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3104 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 3144 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 6. | 3145 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 3147 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 3149 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 6. | 3150 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 3151 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 3152 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 3153 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 3155 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 3156 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 6. | 3157 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 3158 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 3159 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 3160 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 6. | 3161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3292 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3343 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3344 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3352 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3353 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3354 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 3355 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 3356 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 3357 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3358 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3359 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3360 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 3361 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 3362 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 3363 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3364 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3365 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3366 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3367 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3491 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3494 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3502 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3920 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3922 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3925 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3957 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3959 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3961 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4085 |
org/apache/hadoop/hbase/client/HConnectable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/client/HConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionLocation' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 202 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 212 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 222 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 276 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 280 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 290 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 298 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 312 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 317 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 333 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 340 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 344 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 362 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 386 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 461 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 475 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 476 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 478 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 485 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 501 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 551 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 |
org/apache/hadoop/hbase/client/HConnectionKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 46 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 47 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 48 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 49 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 50 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 51 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 52 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 53 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
org/apache/hadoop/hbase/client/HConnectionManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | design | FinalClass | Class HConnectionManager should be declared as final. | 85 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 90 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 221 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 227 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 233 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 245 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 268 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ConnectionManager.HConnectionImplementation' import. | 31 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | indentation | Indentation | 'Mockito' have incorrect indentation level 8, expected level should be 10. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 110 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 |
org/apache/hadoop/hbase/client/HRegionLocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 34 |
org/apache/hadoop/hbase/client/HTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotFoundException. | 51 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsRequest. | 69 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsResponse. | 70 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 76 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 624 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 649 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 666 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 737 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 741 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 752 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 759 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 761 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 858 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 920 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 944 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 945 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 946 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1000 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1024 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1094 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 1339 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1341 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1342 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1343 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1344 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1345 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1346 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1349 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1350 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1351 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 1352 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 1353 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 1354 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 1355 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 1356 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1358 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1359 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1360 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1361 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1362 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 1363 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 1364 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1384 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1385 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1415 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1428 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1445 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1446 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1448 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1526 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1592 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1593 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1618 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1640 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1641 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1663 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1664 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1756 |
org/apache/hadoop/hbase/client/HTableFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
org/apache/hadoop/hbase/client/HTableInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 72 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 74 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 183 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 186 |
org/apache/hadoop/hbase/client/HTableInterfaceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/client/HTableMultiplexer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 184 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 225 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 233 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 253 |
| Error | design | VisibilityModifier | Variable 'regionInfo' must be private and have accessor methods. | 378 |
| Error | design | VisibilityModifier | Variable 'put' must be private and have accessor methods. | 379 |
| Error | design | VisibilityModifier | Variable 'retryCount' must be private and have accessor methods. | 380 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 419 |
org/apache/hadoop/hbase/client/HTablePool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 40 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 159 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 162 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 229 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 391 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 410 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 580 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 581 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 582 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 584 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 638 |
org/apache/hadoop/hbase/client/HTableUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionLocation' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 43 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 44 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 48 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 49 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 51 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 56 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 73 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 78 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 79 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 81 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 83 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 86 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 105 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 121 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 125 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
org/apache/hadoop/hbase/client/HTableWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 37 |
| Error | design | FinalClass | Class HTableWrapper should be declared as final. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 113 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 250 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 252 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 268 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 271 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 332 |
org/apache/hadoop/hbase/client/Increment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 307 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 323 |
org/apache/hadoop/hbase/client/MasterCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
org/apache/hadoop/hbase/client/MasterKeepAliveConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 37 |
org/apache/hadoop/hbase/client/MetaCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 |
| Error | indentation | Indentation | 'cachedRegionLocations' have incorrect indentation level 2, expected level should be 4. | 53 |
| Error | indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 4. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 403 |
org/apache/hadoop/hbase/client/MetaScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 84 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 268 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 288 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
org/apache/hadoop/hbase/client/MetricsConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentMap' import. | 39 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 380 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 383 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 384 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 386 |
| Error | indentation | Indentation | 'switch' have incorrect indentation level 8, expected level should be 10. | 387 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 388 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 389 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 390 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 391 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 392 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 393 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 394 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 395 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 396 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 397 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 398 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 399 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 400 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 401 |
| Error | indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 10. | 402 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 403 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 405 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 406 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 407 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 410 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 411 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 414 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 418 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 419 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 421 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 422 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 423 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 424 |
org/apache/hadoop/hbase/client/MultiAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 29 |
| Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
org/apache/hadoop/hbase/client/MultiResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
org/apache/hadoop/hbase/client/MultiServerCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
org/apache/hadoop/hbase/client/Mutation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 405 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 495 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 544 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 556 |
org/apache/hadoop/hbase/client/NeedUnmanagedConnectionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
org/apache/hadoop/hbase/client/Operation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
org/apache/hadoop/hbase/client/OperationWithAttributes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 27 |
org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 |
org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 349 |
org/apache/hadoop/hbase/client/Put.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 346 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 349 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 361 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 364 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 376 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 395 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 463 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 485 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 501 |
org/apache/hadoop/hbase/client/Query.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<byte[' while parsing HTML_ELEMENT | 240 |
org/apache/hadoop/hbase/client/RegionLocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionLocation' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 27 |
org/apache/hadoop/hbase/client/RegionOfflineException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionException' import. | 23 |
org/apache/hadoop/hbase/client/RegionReplicaUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 137 |
org/apache/hadoop/hbase/client/RegionServerCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 27 |
org/apache/hadoop/hbase/client/Registry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLocations' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
org/apache/hadoop/hbase/client/RegistryFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
org/apache/hadoop/hbase/client/Result.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 100 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 118 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 307 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 413 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 451 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 689 |
| Error | indentation | Indentation | 'operator new lparen' have incorrect indentation level 10, expected level should be 8. | 696 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 696 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 912 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 929 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 930 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 948 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 957 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1000 |
org/apache/hadoop/hbase/client/ResultBoundedCompletionService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
org/apache/hadoop/hbase/client/ResultScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 38 |
org/apache/hadoop/hbase/client/RetriesExhaustedException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 27 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 49 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
org/apache/hadoop/hbase/client/RetryingCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
org/apache/hadoop/hbase/client/RetryingCallerInterceptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
org/apache/hadoop/hbase/client/ReversedClientScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
org/apache/hadoop/hbase/client/ReversedScannerCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 28 |
| Error | imports | RedundantImport | Duplicate import to line 26 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 77 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
org/apache/hadoop/hbase/client/RowMutations.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
org/apache/hadoop/hbase/client/RpcRetryingCaller.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 39 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
org/apache/hadoop/hbase/client/RpcRetryingCallerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 41 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.Executor. | 50 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.RunnableFuture. | 53 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.TimeoutException. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
org/apache/hadoop/hbase/client/Scan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 36 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 122 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 364 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 670 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 680 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 860 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 918 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 919 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 921 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 956 |
org/apache/hadoop/hbase/client/ScannerCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 57 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 46 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
org/apache/hadoop/hbase/client/ScannerTimeoutException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/client/ServerStatisticTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 28 |
| Error | imports | UnusedImports | Unused import - java.util.Map. | 28 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
org/apache/hadoop/hbase/client/StatsTrackingRpcRetryingCaller.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
org/apache/hadoop/hbase/client/Table.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 164 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 238 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 289 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 290 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 293 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 376 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 498 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 510 |
org/apache/hadoop/hbase/client/TableSnapshotScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
org/apache/hadoop/hbase/client/TestAdmin1.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ZooKeeperConnectionException' import. | 57 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 76 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 471 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 4. | 472 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 6. | 473 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 4. | 474 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 6. | 475 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 6. | 476 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 4. | 477 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 643 |
| Error | sizes | MethodLength | Method length is 173 lines (max allowed is 150). | 710 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 716 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 717 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 718 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 719 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 720 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 721 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 722 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 723 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 724 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 865 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 866 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 867 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 868 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 892 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 893 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 944 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 945 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 962 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 27. | 968 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 27. | 969 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 27. | 970 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 996 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1053 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1053 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1099 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1287 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1297 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 1302 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1302 |
org/apache/hadoop/hbase/client/TestAdmin2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 288 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 521 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 695 |
org/apache/hadoop/hbase/client/TestAsyncProcess.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 231 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 316 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 383 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 711 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 844 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 892 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1052 |
| Error | indentation | Indentation | 'switch' have incorrect indentation level 11, expected level should be 6. | 1052 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1053 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1054 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1055 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1056 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1057 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1058 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1059 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1060 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1061 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1062 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1063 |
| Error | indentation | Indentation | 'switch rcurly' have incorrect indentation level 4, expected level should be 6. | 1064 |
org/apache/hadoop/hbase/client/TestAttributes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 47 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 59 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 101 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 107 |
org/apache/hadoop/hbase/client/TestCheckAndMutate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 88 |
org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 144 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 159 |
org/apache/hadoop/hbase/client/TestClientNoCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.lang.NotImplementedException' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 52 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Stopwatch' import. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 320 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 352 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 379 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 537 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 544 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 547 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 548 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 558 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 596 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 597 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 598 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 599 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 648 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 676 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 677 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 732 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 733 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 737 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 6. | 778 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 857 |
org/apache/hadoop/hbase/client/TestClientOperationInterrupt.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
org/apache/hadoop/hbase/client/TestClientPushback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection.CLIENT_SIDE_METRICS_ENABLED_KEY' import. | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 78 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
org/apache/hadoop/hbase/client/TestClientScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 's' have incorrect indentation level 7, expected level should be 8. | 123 |
| Error | indentation | Indentation | 'getRetries' have incorrect indentation level 7, expected level should be 8. | 124 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 164 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 225 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 292 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 373 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 451 |
org/apache/hadoop/hbase/client/TestClientScannerRPCTimeout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 47 |
org/apache/hadoop/hbase/client/TestClientTimeouts.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 39 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ipc.RpcClient. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
org/apache/hadoop/hbase/client/TestCloneSnapshotFromClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 29 |
org/apache/hadoop/hbase/client/TestConnectionImplementation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.net.UnknownHostException' import. | 33 |
org/apache/hadoop/hbase/client/TestConnectionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Set' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 30 |
org/apache/hadoop/hbase/client/TestDelayingRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
org/apache/hadoop/hbase/client/TestFastFail.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | sizes | MethodLength | Method length is 199 lines (max allowed is 150). | 100 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 308 |
org/apache/hadoop/hbase/client/TestFromClientGetWithClosestRowBefore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
org/apache/hadoop/hbase/client/TestFromClientSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.lang.ArrayUtils' import. | 50 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.exceptions.ScannerResetException. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 186 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 188 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 190 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 194 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 195 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 201 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 202 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 204 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 205 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 208 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 211 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 212 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 213 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 215 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 219 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 220 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 222 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 224 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 225 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 228 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 229 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 230 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 231 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 232 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 233 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 234 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 235 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 237 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 238 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 239 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 240 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 241 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 242 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 243 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 244 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 245 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 246 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 249 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 254 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 256 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 257 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 258 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 259 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 260 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 265 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 266 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 267 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 268 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 270 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 271 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 272 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 274 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 275 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 276 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 278 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 279 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 280 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 283 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 284 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 287 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 295 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 296 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 297 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 299 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 300 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 301 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 303 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 310 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 313 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 314 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 317 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 7, expected level should be one of the following: 9, 11. | 319 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 7, expected level should be one of the following: 9, 11. | 320 |
| Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 320 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 5, expected level should be one of the following: 7, 9. | 321 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 322 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 323 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 326 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 330 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 331 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 333 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 337 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 340 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 341 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 346 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 347 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 348 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 352 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 354 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 355 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 360 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 362 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 363 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 365 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 366 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 372 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 373 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 376 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 5, expected level should be 4. | 377 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 378 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 379 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 4. | 380 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 5, expected level should be 4. | 381 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 383 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 387 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 5, expected level should be 4. | 388 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 389 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 390 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 4. | 391 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 5, expected level should be 4. | 392 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 456 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 658 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 820 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 910 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 932 |
| Error | sizes | MethodLength | Method length is 299 lines (max allowed is 150). | 1082 |
| Error | sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 1491 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1603 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1604 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1612 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1613 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1620 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1621 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1628 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1629 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 1665 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 1666 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 1674 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 1675 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 1690 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 1691 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 1699 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 1700 |
| Error | sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 1705 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1911 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1912 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1955 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1956 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1964 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1965 |
| Error | sizes | MethodLength | Method length is 300 lines (max allowed is 150). | 2053 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2948 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2964 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2972 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3046 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3062 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3070 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 3506 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3511 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3512 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3513 |
| Error | sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 3517 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 3692 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 3693 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 3701 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 3702 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 3717 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 3718 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 3726 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 3727 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 4044 |
| Error | indentation | Indentation | 'Result' have incorrect indentation level 4, expected level should be 6. | 4045 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 4073 |
| Error | indentation | Indentation | 'Result' have incorrect indentation level 4, expected level should be 6. | 4074 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 4085 |
| Error | indentation | Indentation | 'Result' have incorrect indentation level 4, expected level should be 6. | 4086 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 4115 |
| Error | indentation | Indentation | 'Result' have incorrect indentation level 4, expected level should be 6. | 4116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4153 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 4156 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4306 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 4388 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4509 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 4639 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 4781 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 4782 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4928 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 4971 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 4984 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 5046 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5069 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 5283 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 5307 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 5582 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 5596 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 5610 |
| Error | sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 5930 |
org/apache/hadoop/hbase/client/TestFromClientSide3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.assertFalse' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 283 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 310 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 345 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 502 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 623 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 624 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 626 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 638 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 655 |
org/apache/hadoop/hbase/client/TestFromClientSideNoCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.AbstractRpcClient' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 70 |
org/apache/hadoop/hbase/client/TestFromClientSideWithCoprocessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.CoprocessorHost' import. | 22 |
org/apache/hadoop/hbase/client/TestGet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 38 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 118 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 124 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 130 |
org/apache/hadoop/hbase/client/TestHBaseAdminNoCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 118 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 338 |
org/apache/hadoop/hbase/client/TestHCM.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 92 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 193 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 497 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 |
| Error | sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 715 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 787 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 887 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 908 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1126 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1126 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 5, expected level should be 4. | 1145 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1146 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1151 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1152 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1154 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1155 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 6. | 1158 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 9, expected level should be 8. | 1159 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 7, expected level should be 6. | 1160 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1162 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1163 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1164 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1167 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1168 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1169 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1172 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1173 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1175 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1176 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1178 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1181 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1182 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 1183 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1184 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1184 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1186 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1187 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1188 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 1189 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1190 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1192 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1192 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1193 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1194 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1195 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1198 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1199 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1200 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1201 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1202 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1203 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1208 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1209 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 11, expected level should be 6. | 1212 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 6. | 1214 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 9, expected level should be 8. | 1219 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 6. | 1220 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1222 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1225 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1226 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1227 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1227 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1228 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1228 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1232 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1237 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1239 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1240 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1241 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1242 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1245 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 1248 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 4. | 1249 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 1250 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 5, expected level should be 4. | 1251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1311 |
org/apache/hadoop/hbase/client/TestHTableMultiplexer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/client/TestHTableMultiplexerViaMocks.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Matchers.any' import. | 27 |
org/apache/hadoop/hbase/client/TestHTablePool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 27 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 36 |
org/apache/hadoop/hbase/client/TestHTableUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 76 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 91 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 103 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 109 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 110 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 111 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 112 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 114 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 116 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 117 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 119 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 120 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 121 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 123 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 124 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 126 |
org/apache/hadoop/hbase/client/TestIncrementsFromClientSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
org/apache/hadoop/hbase/client/TestIntraRowPagination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
org/apache/hadoop/hbase/client/TestLeaseRenewal.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
org/apache/hadoop/hbase/client/TestMetaCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 47 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 166 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 167 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 168 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 169 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 171 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 172 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 207 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 214 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
org/apache/hadoop/hbase/client/TestMetaScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 188 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 9, expected level should be 8. | 197 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 11, expected level should be 10. | 198 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 9, expected level should be 8. | 224 |
| Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 227 |
org/apache/hadoop/hbase/client/TestMetaWithReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 88 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 89 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 91 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 92 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 93 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 95 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 96 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 97 |
org/apache/hadoop/hbase/client/TestMetricsConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiRequest' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 112 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 113 |
org/apache/hadoop/hbase/client/TestMultiParallel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 302 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 502 |
org/apache/hadoop/hbase/client/TestMultiRespectsLimits.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertEquals' import. | 45 |
org/apache/hadoop/hbase/client/TestMultipleTimestamps.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 244 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 311 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 343 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 369 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 395 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 435 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 436 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 451 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 452 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 453 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 454 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 457 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 471 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 475 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 492 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 493 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 511 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 512 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 525 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 526 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 533 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 534 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 541 |
org/apache/hadoop/hbase/client/TestOperation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter' import. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 437 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 438 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 439 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 440 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 441 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 442 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 443 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 444 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 445 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 446 |
org/apache/hadoop/hbase/client/TestProcedureFuture.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 37 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 40 |
org/apache/hadoop/hbase/client/TestPut.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 |
org/apache/hadoop/hbase/client/TestPutDeleteEtcCellIteration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
org/apache/hadoop/hbase/client/TestPutWithDelete.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
org/apache/hadoop/hbase/client/TestReplicaWithCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Waiter' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.RequestConverter' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 |
org/apache/hadoop/hbase/client/TestReplicasClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 688 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 689 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 785 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 786 |
org/apache/hadoop/hbase/client/TestRestoreSnapshotFromClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
org/apache/hadoop/hbase/client/TestResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
org/apache/hadoop/hbase/client/TestResultSizeEstimation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.HTable. | 26 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.Put. | 27 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.ResultScanner. | 28 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.Scan. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
org/apache/hadoop/hbase/client/TestReversedScannerCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ipc.RpcControllerFactory. | 27 |
org/apache/hadoop/hbase/client/TestRpcControllerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 46 |
org/apache/hadoop/hbase/client/TestScan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.FilterList' import. | 31 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 104 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 110 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 116 |
org/apache/hadoop/hbase/client/TestScannerTimeout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 4. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
org/apache/hadoop/hbase/client/TestScannersFromClientSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 389 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 390 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 661 |
org/apache/hadoop/hbase/client/TestSizeFailures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 42 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 164 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 165 |
org/apache/hadoop/hbase/client/TestSmallReversedScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 76 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 77 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 78 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
org/apache/hadoop/hbase/client/TestSnapshotFromAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
org/apache/hadoop/hbase/client/TestSnapshotFromClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotManifestV1' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 6. | 243 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 244 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 245 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 246 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 247 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 248 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 249 |
org/apache/hadoop/hbase/client/TestSnapshotMetadata.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
org/apache/hadoop/hbase/client/TestTableSnapshotScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 33 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 5, expected level should be 6. | 231 |
org/apache/hadoop/hbase/client/TestTimestampsFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 249 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 320 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 321 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 339 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 340 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 356 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 357 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 375 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 376 |
org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 126 |
org/apache/hadoop/hbase/client/WrongRowIOException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 22 |
org/apache/hadoop/hbase/client/ZooKeeperKeepAliveConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
org/apache/hadoop/hbase/client/ZooKeeperRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 133 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 8, expected level should be 6. | 147 |
org/apache/hadoop/hbase/client/backoff/ClientBackoffPolicyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 42 |
org/apache/hadoop/hbase/client/backoff/ExponentialClientBackoffPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
org/apache/hadoop/hbase/client/backoff/ServerStatistics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 |
| Error | imports | RedundantImport | Duplicate import to line 35 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 40 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 286 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 4. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 354 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Error | indentation | Indentation | 'S' have incorrect indentation level 2, expected level should be 4. | 368 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 421 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Error | indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 434 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 439 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 |
| Error | indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 4. | 495 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 |
| Error | indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 531 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 535 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 |
| Error | indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 4. | 603 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 606 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 639 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 641 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 642 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 |
| Error | indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 646 |
| Error | indentation | Indentation | 'getMedianArgs' have incorrect indentation level 2, expected level should be 4. | 647 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 |
| Error | indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 710 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 713 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 725 |
| Error | indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 728 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 748 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 755 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 787 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 788 |
| Error | indentation | Indentation | 'validateArgAndGetPB' have incorrect indentation level 2, expected level should be 4. | 799 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 806 |
org/apache/hadoop/hbase/client/coprocessor/Batch.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 39 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 68 |
org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.DoubleMsg' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 49 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 74 |
org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Error | indentation | Indentation | 'ProcessRequest' have incorrect indentation level 2, expected level should be 4. | 39 |
org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Error | imports | RedundantImport | Duplicate import to line 23 - java.io.IOException. | 41 |
| Error | imports | RedundantImport | Duplicate import to line 24 - java.util.ArrayList. | 42 |
| Error | imports | RedundantImport | Duplicate import to line 25 - java.util.List. | 43 |
org/apache/hadoop/hbase/client/coprocessor/TestSecureBulkLoadClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 49 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 59 |
org/apache/hadoop/hbase/client/coprocessor/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 54 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 200). | 55 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 206). | 76 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 96 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 149 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
org/apache/hadoop/hbase/client/example/BufferedMutatorExample.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
org/apache/hadoop/hbase/client/metrics/ScanMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 50 |
| Error | design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 60 |
| Error | design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 70 |
| Error | design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 70 |
| Error | design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 75 |
| Error | design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 80 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 85 |
| Error | design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 85 |
| Error | design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 90 |
| Error | design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 95 |
| Error | design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 100 |
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 57 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 62 |
| Error | design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 62 |
| Error | design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 194 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 443 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 453 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 454 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 455 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 465 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 488 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 489 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 490 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 491 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 |
org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
org/apache/hadoop/hbase/codec/BaseDecoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 69 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
org/apache/hadoop/hbase/codec/BaseEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
org/apache/hadoop/hbase/codec/CellCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
org/apache/hadoop/hbase/codec/CellCodecWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
org/apache/hadoop/hbase/codec/Codec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 24 |
org/apache/hadoop/hbase/codec/CodecException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 22 |
org/apache/hadoop/hbase/codec/CodecPerformance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.CellCodec. | 34 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.Codec. | 35 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.KeyValueCodec. | 36 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.MessageCodec. | 37 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
org/apache/hadoop/hbase/codec/KeyValueCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 27 |
org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 27 |
org/apache/hadoop/hbase/codec/MessageCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
org/apache/hadoop/hbase/codec/TestCellCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.io.CountingInputStream' import. | 36 |
org/apache/hadoop/hbase/codec/TestCellCodecWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.io.CountingInputStream' import. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 57 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 65 |
org/apache/hadoop/hbase/codec/TestCellMessageCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.io.CountingInputStream' import. | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 83 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 96 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 97 |
org/apache/hadoop/hbase/codec/TestKeyValueCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.io.CountingInputStream' import. | 36 |
org/apache/hadoop/hbase/codec/TestKeyValueCodecWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.io.CountingInputStream' import. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 57 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 65 |
org/apache/hadoop/hbase/codec/keyvalue/TestKeyValueTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.row.TestRowData' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 56 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeBlockMeta.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 184 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 185 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 186 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 187 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 190 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 191 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 194 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 195 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 197 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 201 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 202 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 204 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 208 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 211 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 213 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 215 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 219 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 220 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 225 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 227 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 228 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 230 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 231 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 232 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 233 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 234 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 235 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 236 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 238 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 239 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 240 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 241 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 242 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 243 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 244 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 245 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 249 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 250 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 252 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 253 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 254 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 255 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 257 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 258 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 260 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 261 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 263 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 397 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 401 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 406 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 418 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 420 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 422 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 424 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 426 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 428 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 430 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 434 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 436 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 438 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 440 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 442 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 444 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 446 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 448 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 450 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 456 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 462 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 464 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 468 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 470 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 58 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 60 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 157 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 161 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeSeeker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 368 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 409 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 415 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 421 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 427 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeTestConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
org/apache/hadoop/hbase/codec/prefixtree/blockmeta/TestBlockMeta.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/builder/TestTokenizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.Tokenizer' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 |
org/apache/hadoop/hbase/codec/prefixtree/builder/TestTokenizerData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/builder/TestTreeDepth.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.Tokenizer' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/builder/data/TestTokenizerDataBasic.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 |
org/apache/hadoop/hbase/codec/prefixtree/builder/data/TestTokenizerDataEdgeCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 |
org/apache/hadoop/hbase/codec/prefixtree/column/TestColumnBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 44 |
org/apache/hadoop/hbase/codec/prefixtree/column/TestColumnData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/column/data/TestColumnDataRandom.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.RedundantKVGenerator' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 31 |
org/apache/hadoop/hbase/codec/prefixtree/column/data/TestColumnDataSimple.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/decode/DecoderFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArrayReversibleScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 43 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArrayScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArraySearcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.primitives.UnsignedBytes' import. | 28 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 298 |
org/apache/hadoop/hbase/codec/prefixtree/decode/row/RowNodeReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 77 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 82 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 227 |
org/apache/hadoop/hbase/codec/prefixtree/encode/EncoderFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/codec/prefixtree/encode/PrefixTreeEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 215 |
org/apache/hadoop/hbase/codec/prefixtree/encode/column/ColumnSectionWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 108 |
org/apache/hadoop/hbase/codec/prefixtree/encode/other/LongEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/encode/row/RowNodeWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
org/apache/hadoop/hbase/codec/prefixtree/encode/row/RowSectionWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/Tokenizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/TokenizerNode.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/row/BaseTestRowData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/row/TestPrefixTreeSearcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.decode.DecoderFactory' import. | 33 |
org/apache/hadoop/hbase/codec/prefixtree/row/TestRowData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 46 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
org/apache/hadoop/hbase/codec/prefixtree/row/TestRowEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 44 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataComplexQualifiers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataDeeper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataDifferentTimestamps.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataEmpty.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataExerciseFInts.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataMultiFamilies.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataNub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataNumberStrings.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataQualifierByteOrdering.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataRandomKeyValues.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataRandomKeyValuesWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataSearchWithPrefix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataSearcherRowMiss.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 33 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataSimple.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataSingleQualifier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataTrivial.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataTrivialWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 33 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataUrls.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataUrlsExample.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 |
org/apache/hadoop/hbase/codec/prefixtree/scanner/CellSearcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
org/apache/hadoop/hbase/codec/prefixtree/scanner/ReversibleCellScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 22 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 52 |
org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta' import. | 25 |
org/apache/hadoop/hbase/conf/ConfigurationManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
org/apache/hadoop/hbase/constraint/BaseConstraint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 21 |
org/apache/hadoop/hbase/constraint/CheckConfigurationConstraint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
org/apache/hadoop/hbase/constraint/Constraint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
org/apache/hadoop/hbase/constraint/ConstraintException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
org/apache/hadoop/hbase/constraint/ConstraintProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 30 |
org/apache/hadoop/hbase/constraint/Constraints.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 38 has parse error. Details: no viable alternative at input '<key,' while parsing HTML_ELEMENT | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 588 |
org/apache/hadoop/hbase/constraint/TestConstraint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 230 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 231 |
org/apache/hadoop/hbase/constraint/TestConstraints.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 188 |
org/apache/hadoop/hbase/constraint/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 32 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 34 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 36 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 44 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 54 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 55 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 57 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 61 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 151). | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 64 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 66 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 69 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 71 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 72 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 73 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 153). | 76 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 77 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 81 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 82 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 83 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 84 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 91 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 93 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 96 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 98 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 105 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 106 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 109 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 115 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 118 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 120 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 150 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 152 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 154 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 167 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 171 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 174 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 188 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 191 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 192 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 194 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 203 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 216 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 236 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 248 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 255 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 256 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 257 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 258 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
org/apache/hadoop/hbase/coordination/BaseCoordinatedStateManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateException' import. | 21 |
org/apache/hadoop/hbase/coordination/CloseRegionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 21 |
org/apache/hadoop/hbase/coordination/OpenRegionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
org/apache/hadoop/hbase/coordination/RegionMergeCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 17 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
org/apache/hadoop/hbase/coordination/SplitLogManagerCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
org/apache/hadoop/hbase/coordination/SplitLogWorkerCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 |
org/apache/hadoop/hbase/coordination/SplitTransactionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
org/apache/hadoop/hbase/coordination/ZKSplitLogManagerCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 564 |
| Error | indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 12. | 648 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 784 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 830 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 943 |
org/apache/hadoop/hbase/coordination/ZKSplitTransactionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.coordination.SplitTransactionCoordination. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
org/apache/hadoop/hbase/coordination/ZkCloseRegionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 63 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 65 |
org/apache/hadoop/hbase/coordination/ZkCoordinatedStateManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateException' import. | 23 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 76 |
org/apache/hadoop/hbase/coordination/ZkOpenRegionCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
org/apache/hadoop/hbase/coordination/ZkRegionMergeCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 160 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 |
org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 42 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 62 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 212 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 237 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 263 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 300 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 360 |
org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 62 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 65 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 219 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 298 |
org/apache/hadoop/hbase/coprocessor/BaseRegionServerObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 |
org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 37 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 50 |
org/apache/hadoop/hbase/coprocessor/BaseWALObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 30 |
org/apache/hadoop/hbase/coprocessor/BulkLoadObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 52 |
org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 48 |
org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointNullResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 40 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 52 |
org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointWithErrors.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 41 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 53 |
org/apache/hadoop/hbase/coprocessor/ColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 27 |
| Error | indentation | Indentation | 'Q' have incorrect indentation level 0, expected level should be 2. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
org/apache/hadoop/hbase/coprocessor/CoprocessorException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 44 |
org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 341 |
| Error | design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 378 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 564 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 633 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 635 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 636 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 637 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 638 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 639 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 640 |
org/apache/hadoop/hbase/coprocessor/CoprocessorService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
org/apache/hadoop/hbase/coprocessor/EndpointObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
org/apache/hadoop/hbase/coprocessor/MasterObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | indentation | Indentation | 'ctx' have incorrect indentation level 2, expected level should be 4. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 559 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 560 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 733 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 757 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 780 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 801 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 853 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 862 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 909 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 919 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 930 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 941 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 952 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 963 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 993 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1003 |
org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 44 |
| Error | indentation | Indentation | 'CoprocessorService' have incorrect indentation level 0, expected level should be 2. | 81 |
org/apache/hadoop/hbase/coprocessor/ObserverContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
org/apache/hadoop/hbase/coprocessor/ProtobufCoprocessorService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 26 |
org/apache/hadoop/hbase/coprocessor/RegionObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 51 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 61 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 64 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 126 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 146 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 346 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 351 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 356 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 365 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 371 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 446 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 447 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 479 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 480 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 593 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 650 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 684 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 713 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 757 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 975 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1032 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1033 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1081 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1181 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1264 |
org/apache/hadoop/hbase/coprocessor/RegionServerObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
org/apache/hadoop/hbase/coprocessor/SampleRegionWALObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 34 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 46 |
org/apache/hadoop/hbase/coprocessor/SimpleRegionObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 70 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 74 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 516 |
org/apache/hadoop/hbase/coprocessor/SingletonCoprocessorService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 371 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 |
org/apache/hadoop/hbase/coprocessor/TestBatchCoprocessorEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 58 |
org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | coding | EmptyStatement | Empty statement. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 |
org/apache/hadoop/hbase/coprocessor/TestClassLoading.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLoad' import. | 35 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 37 |
| Error | imports | ImportOrder | Wrong order for 'java.io.*' import. | 37 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 38 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 46 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 75 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 186 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 186 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 471 |
org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.*' import. | 25 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 26 |
org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 188 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 189 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 192 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 220 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 221 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 224 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 259 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 264 |
org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 53 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 345 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 390 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 442 |
org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 35 |
org/apache/hadoop/hbase/coprocessor/TestCoprocessorTableEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 44 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 90 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 107 |
org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | coding | EmptyStatement | Empty statement. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 |
org/apache/hadoop/hbase/coprocessor/TestHTableWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 57 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 57 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 132 |
org/apache/hadoop/hbase/coprocessor/TestIncrementTimeRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Durability. | 35 |
org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 38 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 95 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 172 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 174 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 175 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 176 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 178 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 179 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 180 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 205 |
org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 36 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 157 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 159 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 160 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 161 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 163 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 164 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 165 |
org/apache/hadoop/hbase/coprocessor/TestMasterObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 797 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 799 |
| Error | sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 1266 |
org/apache/hadoop/hbase/coprocessor/TestOpenTableInCoprocessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 46 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 68. | 126 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 68. | 127 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 68. | 137 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 68. | 138 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 68. | 139 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 12, 75. | 140 |
| Error | indentation | Indentation | '"hadDelete"' have incorrect indentation level 6, expected level should be 8. | 155 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 156 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 157 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 158 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 12, 24, 25. | 168 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 171 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 22, 23. | 189 |
| Error | indentation | Indentation | '"hadDeleted"' have incorrect indentation level 6, expected level should be 8. | 209 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 210 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 211 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 212 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 231 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 239 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 258 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 261 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 265 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 268 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 287 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 290 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 294 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 297 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 316 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 324 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 22, 23. | 341 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 22, 23. | 359 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 367 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 395 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 594 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 609 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 628 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 12, 24, 25. | 640 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 643 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 647 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 658 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 679 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 12, 24, 25. | 691 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 694 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 698 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 24, 25. | 709 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 66. | 745 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 754 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 755 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 761 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 796 |
org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 68 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 186 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 211 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 302 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 308 |
org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 37 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 96 |
org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 102 |
org/apache/hadoop/hbase/coprocessor/TestRegionServerObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 76 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 311 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 650 |
org/apache/hadoop/hbase/coprocessor/TestWALObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 60 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.experimental.categories.Category' import. | 72 |
| Error | coding | EmptyStatement | Empty statement. | 421 |
org/apache/hadoop/hbase/coprocessor/WALCoprocessorEnvironment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
org/apache/hadoop/hbase/coprocessor/WALObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 54 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 91 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 230 |
org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 |
org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 35 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 114 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 125 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 322 |
org/apache/hadoop/hbase/coprocessor/example/TestRowCountEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.Assert.*. | 40 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.*' import. | 40 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 104 |
org/apache/hadoop/hbase/coprocessor/example/TestZooKeeperScanPolicyObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 31 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 74 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 75 |
org/apache/hadoop/hbase/coprocessor/example/ZooKeeperScanPolicyObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 38 |
| Error | imports | RedundantImport | Duplicate import to line 36 - org.apache.hadoop.hbase.regionserver.Store. | 41 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 134 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 137 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 138 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 140 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 141 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 142 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 143 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 145 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 146 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 148 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 149 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 150 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 151 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 152 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 153 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 154 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 |
org/apache/hadoop/hbase/coprocessor/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 154). | 217 |
org/apache/hadoop/hbase/errorhandling/ForeignException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
org/apache/hadoop/hbase/errorhandling/ForeignExceptionDispatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
org/apache/hadoop/hbase/errorhandling/TestForeignExceptionDispatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 42 |
org/apache/hadoop/hbase/errorhandling/TestForeignExceptionSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 73 |
org/apache/hadoop/hbase/errorhandling/TimeoutExceptionInjector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
org/apache/hadoop/hbase/exceptions/FailedSanityCheckException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
org/apache/hadoop/hbase/exceptions/LockTimeoutException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 24 |
org/apache/hadoop/hbase/exceptions/OperationConflictException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 23 |
org/apache/hadoop/hbase/exceptions/OutOfOrderScannerNextException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 26 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 35 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 36 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 1, expected level should be 0. | 37 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 38 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 47 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 50 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 51 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 52 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 53 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 55 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 56 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 57 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 59 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 60 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 61 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 63 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 64 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 65 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 67 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 68 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 69 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 1, expected level should be 0. | 70 |
org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NotServingRegionException' import. | 23 |
org/apache/hadoop/hbase/exceptions/RegionMovedException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 24 |
org/apache/hadoop/hbase/exceptions/RegionOpeningException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NotServingRegionException' import. | 25 |
org/apache/hadoop/hbase/exceptions/TestClientExceptionsUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 26 |
org/apache/hadoop/hbase/executor/EventHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
org/apache/hadoop/hbase/executor/EventType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 76 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 88 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 133 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 146 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 152 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 158 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 164 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 170 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 182 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 188 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 194 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 200 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 214 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 219 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 226 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 232 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 239 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 246 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 253 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 261 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 268 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 299 |
org/apache/hadoop/hbase/executor/ExecutorService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 283 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 284 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 285 |
org/apache/hadoop/hbase/executor/ExecutorType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
org/apache/hadoop/hbase/executor/TestExecutorService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 31 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.*' import. | 39 |
org/apache/hadoop/hbase/filter/BinaryComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
org/apache/hadoop/hbase/filter/BinaryPrefixComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 82 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
org/apache/hadoop/hbase/filter/BitComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 119 |
org/apache/hadoop/hbase/filter/ByteArrayComparable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 22 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
org/apache/hadoop/hbase/filter/ColumnPaginationFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 38 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 44 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 60 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 109 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
org/apache/hadoop/hbase/filter/ColumnPrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 132 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 133 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 135 |
org/apache/hadoop/hbase/filter/ColumnRangeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 219 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 220 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 222 |
org/apache/hadoop/hbase/filter/CompareFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 171 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
org/apache/hadoop/hbase/filter/DependentColumnFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
org/apache/hadoop/hbase/filter/FamilyFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 130 |
org/apache/hadoop/hbase/filter/Filter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 43 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 |
| Error | indentation | Indentation | 'enum def rcurly' have incorrect indentation level 0, expected level should be 2. | 177 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 218 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
org/apache/hadoop/hbase/filter/FilterAllFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
org/apache/hadoop/hbase/filter/FilterBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 91 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 |
org/apache/hadoop/hbase/filter/FilterList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 234 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 241 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 267 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 268 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 269 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 270 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 271 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 272 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 273 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 274 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 275 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 276 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 284 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 285 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 286 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 287 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 288 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 289 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 290 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 291 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 292 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 294 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 295 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 296 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 297 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 298 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 299 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 300 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 301 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 302 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 303 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 404 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 416 |
org/apache/hadoop/hbase/filter/FilterTestingCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
org/apache/hadoop/hbase/filter/FilterWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 33 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 103 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
org/apache/hadoop/hbase/filter/FirstKeyOnlyFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 30 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
org/apache/hadoop/hbase/filter/FuzzyRowFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 194 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 197 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 199 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 200 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 611 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 613 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 624 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 625 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 628 |
org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 49 |
| Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
org/apache/hadoop/hbase/filter/LongComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 37 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 39 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 40 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 42 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 44 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 45 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 46 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 51 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 53 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 55 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 56 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 65 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 67 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 68 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 69 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 70 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 71 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 72 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 73 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 79 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 81 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 82 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 83 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 84 |
org/apache/hadoop/hbase/filter/MultiRowRangeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 35 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 175 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 179 |
org/apache/hadoop/hbase/filter/NullComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
org/apache/hadoop/hbase/filter/PageFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
org/apache/hadoop/hbase/filter/ParseConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer' import. | 24 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/filter/ParseFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 29 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 235 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 268 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 296 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 384 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 479 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 517 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 543 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 570 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 600 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 630 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 651 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 673 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 696 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 739 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 770 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 772 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 774 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 778 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 780 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 782 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 784 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 794 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 795 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 802 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 804 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 806 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 808 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 810 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 820 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 840 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 860 |
org/apache/hadoop/hbase/filter/PrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
org/apache/hadoop/hbase/filter/QualifierFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
org/apache/hadoop/hbase/filter/RandomRowFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
org/apache/hadoop/hbase/filter/RegexStringComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 373 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 374 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 375 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 376 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 377 |
org/apache/hadoop/hbase/filter/RowFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 101 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 202 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 203 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 204 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 205 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 206 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 207 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 208 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 209 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 210 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 211 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 212 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 213 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 214 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 215 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 365 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 369 |
org/apache/hadoop/hbase/filter/SkipFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
org/apache/hadoop/hbase/filter/SubstringComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
org/apache/hadoop/hbase/filter/TestBitComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 98 |
org/apache/hadoop/hbase/filter/TestColumnPaginationFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 34 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 39 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 40 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 41 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 42 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 44 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 45 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 47 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 49 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 50 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 51 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 53 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 54 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 55 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 57 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 58 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 59 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 61 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 63 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 65 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 66 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 76 |
| Error | indentation | Indentation | 'method def lcurly' have incorrect indentation level 4, expected level should be 2. | 77 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 77 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 78 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 79 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 79 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 86 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 88 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 89 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 91 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 92 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 93 |
org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 106 |
| Error | coding | EmptyStatement | Empty statement. | 107 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 172 |
| Error | coding | EmptyStatement | Empty statement. | 173 |
org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.After' import. | 41 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
org/apache/hadoop/hbase/filter/TestComparatorSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 28 |
org/apache/hadoop/hbase/filter/TestDependentColumnFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 241 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 247 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 248 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 249 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 250 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 251 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 253 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 254 |
org/apache/hadoop/hbase/filter/TestFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 419 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 420 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 421 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 422 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 423 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 424 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 426 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 427 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 428 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 429 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 430 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 431 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 433 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 434 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 435 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 436 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 437 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 438 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 440 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 441 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 442 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 443 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 444 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 445 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 447 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 448 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 449 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 450 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 451 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 452 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 454 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 455 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 456 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 457 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 458 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 459 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 573 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 589 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 649 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 670 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 678 |
| Error | sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 720 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 795 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 796 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 797 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 798 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 800 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 801 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 802 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 803 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 805 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 806 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 807 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 808 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 810 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 811 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 812 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 813 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 814 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 815 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 817 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 818 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 819 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 820 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 821 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 822 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 824 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 825 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 826 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 827 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 828 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 829 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 844 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 845 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 846 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 847 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 849 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 850 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 851 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 852 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 854 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 855 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 856 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 857 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 859 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 860 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 861 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 862 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 864 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 865 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 866 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 867 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 869 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 870 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 871 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 872 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 882 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 883 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 884 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 886 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 887 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 888 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 891 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 892 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 893 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 895 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 896 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 897 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 900 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 901 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 902 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 904 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 905 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 906 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 910 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 911 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 912 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 914 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 915 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 916 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 920 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 921 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 922 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 924 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 925 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 926 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 930 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 931 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 932 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 934 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 935 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 936 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 940 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 942 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 943 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 945 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 947 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 948 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 949 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 951 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 952 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 953 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 955 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 956 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 957 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 959 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 960 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 961 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 963 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 964 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 965 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 967 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 968 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 969 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 971 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 977 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 979 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 980 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 982 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 984 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 985 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 986 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 988 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 989 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 990 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 992 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 993 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 994 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 996 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 997 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 998 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1000 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1001 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1002 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1004 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1005 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1006 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1008 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 1010 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1094 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1095 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1096 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1097 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1098 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1099 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1101 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1102 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1104 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1105 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1106 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1108 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1109 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1110 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1111 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1112 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1113 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1115 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1116 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1117 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1118 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1119 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1120 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1122 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1123 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1124 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1125 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1126 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1127 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1142 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1143 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1144 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1145 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1146 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1147 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1149 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1150 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1151 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1152 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1153 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1154 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1260 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1261 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1262 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1263 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1264 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1265 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1267 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1268 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1269 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1270 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1271 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1272 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1274 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1275 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1276 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1277 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1278 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1279 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1296 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1297 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1298 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1299 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1300 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1301 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1303 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1304 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1305 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1306 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1307 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1308 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1310 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1311 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1312 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1313 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1314 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1315 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1337 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1361 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1362 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1363 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1364 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1365 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1366 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1378 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1378 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1383 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1384 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1385 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1386 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1387 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1388 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1389 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1390 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1391 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1399 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1399 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1404 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1405 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1406 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1407 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1408 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1409 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1410 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1411 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1412 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1425 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1426 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1427 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1428 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1429 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1430 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1431 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1432 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1433 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1434 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1435 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1436 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1437 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1438 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1439 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1440 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1441 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1442 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1522 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1523 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1524 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1555 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1556 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1557 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 1558 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1626 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1648 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1669 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1700 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1719 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1821 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1822 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1823 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1824 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1825 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1828 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1844 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1860 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1883 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1887 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1888 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1889 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1893 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1894 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1895 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1898 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1899 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1900 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1903 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1904 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1905 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1906 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1909 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1910 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1911 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1912 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1913 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 1990 |
org/apache/hadoop/hbase/filter/TestFilterFromRegionSide.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
org/apache/hadoop/hbase/filter/TestFilterList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNotNull. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNull' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 219 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 234 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 244 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 438 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 453 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 460 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 467 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 470 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 475 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 483 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 489 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 497 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 502 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 507 |
org/apache/hadoop/hbase/filter/TestFilterListOnMini.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 25 |
| Error | imports | UnusedImports | Unused import - org.junit.Ignore. | 32 |
org/apache/hadoop/hbase/filter/TestFilterSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 30 |
org/apache/hadoop/hbase/filter/TestFilterWithScanLimits.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 34 |
org/apache/hadoop/hbase/filter/TestFilterWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 37 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 51 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 51 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
org/apache/hadoop/hbase/filter/TestFirstKeyValueMatchingQualifiersFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
org/apache/hadoop/hbase/filter/TestFuzzyRowAndColumnRangeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 141 |
org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 124 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 125 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 126 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 156 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 166 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 167 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 168 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 169 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 170 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 394 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 404 |
org/apache/hadoop/hbase/filter/TestInclusiveStopFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 28 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNotNull. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
org/apache/hadoop/hbase/filter/TestLongComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 29 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 28. | 30 |
org/apache/hadoop/hbase/filter/TestMultiRowRangeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/filter/TestMultipleColumnPrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 57 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 111 |
| Error | coding | EmptyStatement | Empty statement. | 112 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 184 |
| Error | coding | EmptyStatement | Empty statement. | 185 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 194 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 229 |
| Error | coding | EmptyStatement | Empty statement. | 230 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 240 |
| Error | coding | EmptyStatement | Empty statement. | 241 |
org/apache/hadoop/hbase/filter/TestNullComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 32 |
org/apache/hadoop/hbase/filter/TestPageFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
org/apache/hadoop/hbase/filter/TestParseFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 522 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 598 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 607 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 616 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 617 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 625 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 637 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 650 |
org/apache/hadoop/hbase/filter/TestPrefixFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 28 |
org/apache/hadoop/hbase/filter/TestRandomRowFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/filter/TestRegexComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType' import. | 26 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 88 |
org/apache/hadoop/hbase/filter/TestScanRowPrefix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.codec.binary.Hex' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
org/apache/hadoop/hbase/filter/TestSingleColumnValueExcludeFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 24 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 |
org/apache/hadoop/hbase/filter/TestSingleColumnValueFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
org/apache/hadoop/hbase/filter/TimestampsFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
org/apache/hadoop/hbase/filter/ValueFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
org/apache/hadoop/hbase/filter/WhileMatchFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 133 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
org/apache/hadoop/hbase/fs/HFileSystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 268 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 271 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 273 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 274 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 276 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 277 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 278 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 279 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 280 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18. | 285 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 286 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 287 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 288 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 289 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 292 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 293 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 294 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 296 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 297 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 298 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 299 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18. | 300 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 301 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 302 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 303 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 304 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 305 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 306 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 307 |
org/apache/hadoop/hbase/fs/TestBlockReorder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSUtils' import. | 54 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 293 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 295 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 296 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 297 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 452 |
org/apache/hadoop/hbase/http/ClickjackingPreventionFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 37 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 39 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 40 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 42 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 46 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 47 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 48 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 49 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 51 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 53 |
org/apache/hadoop/hbase/http/HtmlQuoting.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 43 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 48 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 49 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 50 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 51 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 52 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 53 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 54 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 55 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 86 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 203 |
org/apache/hadoop/hbase/http/HttpConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 54 |
org/apache/hadoop/hbase/http/HttpRequestLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/http/HttpRequestLogAppender.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.log4j.AppenderSkeleton' import. | 21 |
org/apache/hadoop/hbase/http/HttpServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 53 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 60 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 89 |
| Error | design | FinalClass | Class ListenerInfo should be declared as final. | 125 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 178 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 180 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 182 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 250 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 259 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 306 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 307 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 308 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 311 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 312 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 313 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 395 |
| Error | indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 397 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 401 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 421 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 436 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 442 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 461 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 482 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 642 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 786 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 787 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 788 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 789 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 790 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 791 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 792 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 876 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 887 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 898 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 911 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1156 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 1274 |
org/apache/hadoop/hbase/http/HttpServerFunctionalTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'java.net.MalformedURLException' import. | 32 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 107 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 108 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 151 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 171 |
org/apache/hadoop/hbase/http/InfoServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 65 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 66 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 68 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 70 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 74 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 83 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
org/apache/hadoop/hbase/http/NoCacheFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 |
org/apache/hadoop/hbase/http/ServerConfigurationKeys.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/http/SslSocketConnectorSecure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.net.ssl.SSLServerSocket' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/http/TestGlobalFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 98 |
| Error | coding | EmptyStatement | Empty statement. | 98 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 27, 28. | 129 |
org/apache/hadoop/hbase/http/TestHtmlQuoting.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
org/apache/hadoop/hbase/http/TestHttpRequestLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 |
org/apache/hadoop/hbase/http/TestHttpRequestLogAppender.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 |
org/apache/hadoop/hbase/http/TestHttpServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter' import. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 41. | 383 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 41. | 428 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 493 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 506 |
org/apache/hadoop/hbase/http/TestHttpServerLifecycle.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.log4j.Logger. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.SmallTests' import. | 23 |
org/apache/hadoop/hbase/http/TestHttpServerWebapps.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.LogFactory' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 |
org/apache/hadoop/hbase/http/TestPathFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 99 |
| Error | coding | EmptyStatement | Empty statement. | 99 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35, 36. | 128 |
org/apache/hadoop/hbase/http/TestSSLHttpServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
org/apache/hadoop/hbase/http/TestServletFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 98 |
| Error | coding | EmptyStatement | Empty statement. | 98 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 185 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
org/apache/hadoop/hbase/http/conf/ConfServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
org/apache/hadoop/hbase/http/jmx/JMXJsonServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - javax.management.ReflectionException. | 27 |
| Error | imports | UnusedImports | Unused import - javax.management.RuntimeErrorException. | 28 |
| Error | imports | UnusedImports | Unused import - javax.management.RuntimeMBeanException. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 209 |
org/apache/hadoop/hbase/http/jmx/TestJMXJsonServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.HttpServer' import. | 31 |
org/apache/hadoop/hbase/http/lib/StaticUserWebFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'javax.servlet.Filter' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys.HBASE_HTTP_STATIC_USER' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys.DEFAULT_HBASE_HTTP_STATIC_USER' import. | 43 |
org/apache/hadoop/hbase/http/lib/TestStaticUserWebFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys' import. | 32 |
org/apache/hadoop/hbase/http/log/LogLevel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 78 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 78 |
| Error | indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 101 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 171 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 171 |
| Error | coding | EmptyStatement | Empty statement. | 171 |
org/apache/hadoop/hbase/http/log/TestLogLevel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 22 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.HttpServer' import. | 26 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.logging.*. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.*' import. | 28 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.logging.impl.*. | 29 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.log4j.*. | 30 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 71 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 71 |
| Error | coding | EmptyStatement | Empty statement. | 71 |
org/apache/hadoop/hbase/http/resource/JerseyResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def rparen' have incorrect indentation level 6, expected level should be 2. | 55 |
org/apache/hadoop/hbase/http/ssl/KeyStoreTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 72 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 76 |
org/apache/hadoop/hbase/io/BoundedByteBufferPool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
org/apache/hadoop/hbase/io/ByteBufferInputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 36 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 61 |
org/apache/hadoop/hbase/io/ByteBufferOutputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 57 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 59 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 |
org/apache/hadoop/hbase/io/CellOutputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/io/DataOutputOutputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class DataOutputOutputStream should be declared as final. | 29 |
org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 143 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 165 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
org/apache/hadoop/hbase/io/FileLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 6. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 292 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
org/apache/hadoop/hbase/io/HFileLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
org/apache/hadoop/hbase/io/HalfStoreFileReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | sizes | MethodLength | Method length is 209 lines (max allowed is 150). | 120 |
| Error | design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
org/apache/hadoop/hbase/io/HeapSize.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
org/apache/hadoop/hbase/io/ImmutableBytesWritable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 22 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
org/apache/hadoop/hbase/io/LimitInputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions.checkArgument' import. | 24 |
org/apache/hadoop/hbase/io/Reference.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
org/apache/hadoop/hbase/io/SizedCellScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 22 |
org/apache/hadoop/hbase/io/TagCompressionContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
org/apache/hadoop/hbase/io/TestBoundedByteBufferPool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 113 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
org/apache/hadoop/hbase/io/TestByteBufferOutputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
org/apache/hadoop/hbase/io/TestFileLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 278 |
org/apache/hadoop/hbase/io/TestHFileLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.util.regex.Matcher' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 34 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 46 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 93 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 104 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
org/apache/hadoop/hbase/io/TestHalfStoreFileReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 147 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 148 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 151 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 152 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 153 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 6. | 161 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 162 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 163 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 166 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 167 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 168 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 169 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 170 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 172 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 173 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 176 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 177 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 6. | 178 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 8. | 179 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 6. | 181 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 182 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 183 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 184 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 188 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 189 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 191 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 195 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 196 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 204 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 208 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 211 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 215 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 225 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 226 |
org/apache/hadoop/hbase/io/TestHeapSize.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.LruBlockCache' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 57 |
| Error | sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 |
org/apache/hadoop/hbase/io/TestImmutableBytesWritable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 28 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
org/apache/hadoop/hbase/io/TestReference.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/io/TestTagCompressionContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 31 |
org/apache/hadoop/hbase/io/TimeRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
org/apache/hadoop/hbase/io/WALLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
org/apache/hadoop/hbase/io/compress/Compression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 30 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 65 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 6. | 241 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 6. | 242 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 6. | 244 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 246 |
| Error | indentation | Indentation | 'synchronized' have incorrect indentation level 8, expected level should be 10. | 247 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 248 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 249 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 250 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 8, expected level should be 10. | 251 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 252 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 253 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 6. | 254 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 6. | 256 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 8. | 257 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 258 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 260 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 261 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 262 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 263 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 6. | 264 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 355 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 355 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 371 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 374 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 |
org/apache/hadoop/hbase/io/crypto/Cipher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
org/apache/hadoop/hbase/io/crypto/CipherProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
org/apache/hadoop/hbase/io/crypto/Context.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
org/apache/hadoop/hbase/io/crypto/Decryptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
org/apache/hadoop/hbase/io/crypto/DefaultCipherProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
org/apache/hadoop/hbase/io/crypto/Encryption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 40 |
| Error | design | FinalClass | Class Context should be declared as final. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 384 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 428 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 26, expected level should be 6. | 428 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 429 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 430 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 431 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 432 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 433 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 434 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 6. | 435 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 |
org/apache/hadoop/hbase/io/crypto/Encryptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
org/apache/hadoop/hbase/io/crypto/KeyProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 |
org/apache/hadoop/hbase/io/crypto/KeyProviderForTesting.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | EmptyStatement | Empty statement. | 39 |
org/apache/hadoop/hbase/io/crypto/KeyStoreKeyProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
org/apache/hadoop/hbase/io/crypto/TestCipherProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 19 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.AES' import. | 31 |
org/apache/hadoop/hbase/io/crypto/TestEncryption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 19 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 70 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
org/apache/hadoop/hbase/io/crypto/TestKeyProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.AES' import. | 29 |
org/apache/hadoop/hbase/io/crypto/aes/AES.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
org/apache/hadoop/hbase/io/crypto/aes/AESDecryptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 |
org/apache/hadoop/hbase/io/crypto/aes/AESEncryptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 |
org/apache/hadoop/hbase/io/crypto/aes/TestAES.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 19 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.Cipher' import. | 38 |
org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 281 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 287 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 293 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 299 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 433 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 480 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 486 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 492 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 498 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 815 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 919 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 8, expected level should be 4. | 972 |
org/apache/hadoop/hbase/io/encoding/CompressionState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 22 |
org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 29 |
org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 190 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 185 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 186 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 187 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 188 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 190 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 191 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 192 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 193 |
org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 29 |
org/apache/hadoop/hbase/io/encoding/EncodedDataBlock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
org/apache/hadoop/hbase/io/encoding/EncodingState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 29 |
org/apache/hadoop/hbase/io/encoding/HFileBlockDecodingContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultEncodingContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
org/apache/hadoop/hbase/io/encoding/HFileBlockEncodingContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/io/encoding/TestChangingEncoding.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
org/apache/hadoop/hbase/io/encoding/TestDataBlockEncoders.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 77 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 122 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 123 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 127 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 129 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 151 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 153 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 156 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 157 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 327 |
org/apache/hadoop/hbase/io/encoding/TestEncodedSeekers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.LoadTestKVGenerator' import. | 45 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 4. | 141 |
org/apache/hadoop/hbase/io/encoding/TestLoadAndSwitchEncodeOnDisk.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 28 |
org/apache/hadoop/hbase/io/encoding/TestPrefixTreeEncoding.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 133 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 310 |
org/apache/hadoop/hbase/io/encoding/TestSeekToBlockWithEncoders.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 31 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 254 |
org/apache/hadoop/hbase/io/hadoopbackport/ThrottledInputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
org/apache/hadoop/hbase/io/hfile/AbstractHFileWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
org/apache/hadoop/hbase/io/hfile/AgeSnapshot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 22 |
org/apache/hadoop/hbase/io/hfile/BlockCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 38 |
org/apache/hadoop/hbase/io/hfile/BlockCacheUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 34 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 243 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 244 |
org/apache/hadoop/hbase/io/hfile/BlockCachesIterator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
org/apache/hadoop/hbase/io/hfile/BlockType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
org/apache/hadoop/hbase/io/hfile/CacheConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.lang.management.ManagementFactory. | 24 |
| Error | imports | UnusedImports | Unused import - java.lang.management.MemoryUsage. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 440 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 536 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 546 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 593 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 641 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 644 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 645 |
org/apache/hadoop/hbase/io/hfile/CacheStats.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 282 |
org/apache/hadoop/hbase/io/hfile/CacheTestUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 78 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 278 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 378 |
| Error | coding | EmptyStatement | Empty statement. | 380 |
org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
org/apache/hadoop/hbase/io/hfile/CacheableDeserializerIdManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
org/apache/hadoop/hbase/io/hfile/ChecksumUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 28 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/io/hfile/CorruptHFileException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 31 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 127 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 141 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 336 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 570 |
org/apache/hadoop/hbase/io/hfile/HFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 68 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 134 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 212 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 213 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 214 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 345 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 346 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 347 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 348 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 349 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 350 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 369 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 373 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 374 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 487 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 488 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 489 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 490 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 491 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 492 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 540 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 542 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 619 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 732 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 733 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 752 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 759 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 761 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 772 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 773 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 774 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 780 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 781 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 783 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 786 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 793 |
org/apache/hadoop/hbase/io/hfile/HFileBlock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 124 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 126 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 127 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 129 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be one of the following: 8, 10. | 130 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be one of the following: 8, 10. | 131 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 132 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 133 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 134 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 135 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 136 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 137 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 138 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 139 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 140 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 141 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 142 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 143 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 145 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 147 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 148 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 150 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 152 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 153 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 154 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 326 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 444 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 893 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 932 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 961 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1055 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1056 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1077 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1301 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1382 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1415 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1446 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 1489 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1491 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 1492 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 1493 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 6. | 1715 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1820 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1935 |
org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 |
| Error | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 252 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 564 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 567 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 908 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 938 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 944 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 947 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 967 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 972 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1097 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1101 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1126 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1172 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1328 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1388 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1389 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1437 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1474 |
org/apache/hadoop/hbase/io/hfile/HFileContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 20 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 |
org/apache/hadoop/hbase/io/hfile/HFileContextBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 21 |
org/apache/hadoop/hbase/io/hfile/HFileDataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
org/apache/hadoop/hbase/io/hfile/HFileDataBlockEncoderImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 53 |
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 70 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 446 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 482 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 485 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 486 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 532 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 556 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 257 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 272 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 276 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 277 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 278 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 280 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 281 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 284 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 286 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 287 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 288 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 289 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 294 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 10. | 306 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 314 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 318 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 319 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 320 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 321 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 322 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 323 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 324 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 325 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 713 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 769 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 840 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 970 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1025 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1371 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1372 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.NoTagsKeyValue. | 33 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
org/apache/hadoop/hbase/io/hfile/HFileScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 48 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 49 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 51 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 57 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 59 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 79 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 83 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 85 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 99 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 101 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 156 |
org/apache/hadoop/hbase/io/hfile/HFileUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 35 |
org/apache/hadoop/hbase/io/hfile/HFileWriterV2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 4, expected level should be 2. | 109 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 405 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 423 |
org/apache/hadoop/hbase/io/hfile/HFileWriterV3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
org/apache/hadoop/hbase/io/hfile/KVGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 24 has parse error. Details: no viable alternative at input '<key,' while parsing HTML_ELEMENT | 25 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 39 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
org/apache/hadoop/hbase/io/hfile/KeySampler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.RandomDistribution.DiscreteRNG' import. | 22 |
org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 118 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 383 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 384 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 449 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 488 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 525 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 582 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 595 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 607 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 860 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1009 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 |
org/apache/hadoop/hbase/io/hfile/LruCachedBlock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
org/apache/hadoop/hbase/io/hfile/LruCachedBlockQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
org/apache/hadoop/hbase/io/hfile/MemcachedBlockCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
org/apache/hadoop/hbase/io/hfile/NanoTimer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 |
org/apache/hadoop/hbase/io/hfile/NoOpDataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Error | design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 37 |
org/apache/hadoop/hbase/io/hfile/PrefetchExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 71 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 96 |
org/apache/hadoop/hbase/io/hfile/TestBlockCacheReporting.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.TestCacheConfig.DataCacheEntry' import. | 32 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 97 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
org/apache/hadoop/hbase/io/hfile/TestCacheConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.lang.management.ManagementFactory. | 25 |
| Error | imports | UnusedImports | Unused import - java.lang.management.MemoryUsage. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.bucket.BucketCache' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 309 |
org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 68 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 156 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 164 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 248 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 250 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 272 |
org/apache/hadoop/hbase/io/hfile/TestCachedBlockQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 114 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 118 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 120 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 121 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 123 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 125 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 126 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 130 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 132 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 135 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 136 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 138 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 140 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 141 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 143 |
org/apache/hadoop/hbase/io/hfile/TestChecksum.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 47 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 63 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 114 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 171 |
org/apache/hadoop/hbase/io/hfile/TestFixedFileTrailer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 40 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 79 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 46. | 136 |
org/apache/hadoop/hbase/io/hfile/TestForceCacheImportantBlocks.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 127 |
org/apache/hadoop/hbase/io/hfile/TestHFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 297 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 329 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 361 |
org/apache/hadoop/hbase/io/hfile/TestHFileBlock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 54 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 113 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 120 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 287 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 303 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 695 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 785 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 799 |
org/apache/hadoop/hbase/io/hfile/TestHFileBlockCompatibility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 125 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 175 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 185 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 294 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 402 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 440 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 506 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 679 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 |
org/apache/hadoop/hbase/io/hfile/TestHFileBlockIndex.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 101 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 338 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 348 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 366 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 512 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 514 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 515 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 517 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 519 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 520 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 522 |
| Error | indentation | Indentation | 'block lcurly' have incorrect indentation level 3, expected level should be 4. | 524 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 525 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 530 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 535 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 536 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 537 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 538 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 6. | 541 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 542 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 545 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 548 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 6. | 549 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 5, expected level should be 6. | 550 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 3, expected level should be 4. | 551 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 554 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 557 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 559 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 3, expected level should be 4. | 560 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 562 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 3, expected level should be 4. | 563 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 5, expected level should be 6. | 564 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 3, expected level should be 4. | 565 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 5, expected level should be 6. | 566 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 3, expected level should be 4. | 567 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 570 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 571 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 668 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 723 |
org/apache/hadoop/hbase/io/hfile/TestHFileBlockPositionalRead.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 21 |
org/apache/hadoop/hbase/io/hfile/TestHFileDataBlockEncoder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 33 |
| Error | coding | EmptyStatement | Empty statement. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
org/apache/hadoop/hbase/io/hfile/TestHFileEncryption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 40 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 51 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 51 |
org/apache/hadoop/hbase/io/hfile/TestHFileSeek.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.HFile.Reader' import. | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 132 |
org/apache/hadoop/hbase/io/hfile/TestHFileWriterV2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 45 |
| Error | indentation | Indentation | '"testMidKeyInHFile"' have incorrect indentation level 4, expected level should be 6. | 88 |
| Error | sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 246 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 284 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 289 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 303 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 308 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 345 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 358 |
org/apache/hadoop/hbase/io/hfile/TestHFileWriterV3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 46 |
| Error | indentation | Indentation | '"testMidKeyInHFile"' have incorrect indentation level 4, expected level should be 6. | 110 |
| Error | sizes | MethodLength | Method length is 183 lines (max allowed is 150). | 116 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 117 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 287 |
org/apache/hadoop/hbase/io/hfile/TestLazyDataBlockDecompression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.FSDataInputStreamWrapper' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 48 |
org/apache/hadoop/hbase/io/hfile/TestLruBlockCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 30 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 655 |
org/apache/hadoop/hbase/io/hfile/TestPrefetch.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 31 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 85 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 139 |
org/apache/hadoop/hbase/io/hfile/TestReseekTo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 33 |
org/apache/hadoop/hbase/io/hfile/TestScannerSelectionUsingKeyRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | EmptyBlock | Must have at least one statement. | 122 |
org/apache/hadoop/hbase/io/hfile/TestSeekTo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 46 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 78 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 81 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 82 |
org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 42 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 64 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 281 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 282 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 283 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 284 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 285 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 292 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 293 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 376 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 380 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 411 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 567 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 572 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 574 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 607 |
org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 617 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 667 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 794 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 904 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 923 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 934 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 935 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 950 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 956 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 962 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 965 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 978 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 979 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1010 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1015 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1024 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1098 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 1148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 1149 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1245 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1289 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1322 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1388 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1391 |
org/apache/hadoop/hbase/io/hfile/bucket/ByteBufferIOEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
org/apache/hadoop/hbase/io/hfile/bucket/CachedEntryQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 30 |
org/apache/hadoop/hbase/io/hfile/bucket/FileIOEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
org/apache/hadoop/hbase/io/hfile/bucket/IOEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 14, 24. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 14, 24. | 67 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 273 |
org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.BlockCacheKey' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.hamcrest.CoreMatchers.is' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
org/apache/hadoop/hbase/io/util/HeapMemorySizeUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 204 |
org/apache/hadoop/hbase/io/util/LRUDictionary.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 26 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 122 |
org/apache/hadoop/hbase/io/util/StreamUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 59 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 67 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 71 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 93 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 97 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 101 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 132 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
org/apache/hadoop/hbase/io/util/TestLRUDictionary.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
org/apache/hadoop/hbase/ipc/AbstractRpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 302 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 305 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 306 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 308 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 311 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 312 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 313 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 314 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 316 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 319 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 320 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
org/apache/hadoop/hbase/ipc/AsyncCall.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 75 |
org/apache/hadoop/hbase/ipc/AsyncRpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 63 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 274 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 276 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 277 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 278 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 279 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 280 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 281 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 282 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 283 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 284 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 285 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 286 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 287 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 288 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 289 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 290 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 291 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 292 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 293 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 294 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 295 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 16, 18. | 296 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 297 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 16, 18. | 298 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 299 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 300 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 301 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 302 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 303 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 304 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 305 |
org/apache/hadoop/hbase/ipc/AsyncServerResponseHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 33 |
org/apache/hadoop/hbase/ipc/BlockingRpcCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
org/apache/hadoop/hbase/ipc/BufferChain.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
org/apache/hadoop/hbase/ipc/Call.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
org/apache/hadoop/hbase/ipc/CallRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 36 |
org/apache/hadoop/hbase/ipc/CallTimeoutException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
org/apache/hadoop/hbase/ipc/ConnectionId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 23 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 61 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 62 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 63 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 67 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 68 |
org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
org/apache/hadoop/hbase/ipc/FailedServers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 25 |
org/apache/hadoop/hbase/ipc/FatalConnectionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 22 |
org/apache/hadoop/hbase/ipc/FifoRpcScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
org/apache/hadoop/hbase/ipc/IPCUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
org/apache/hadoop/hbase/ipc/IntegrationTestRpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.protobuf.generated.TestProtos.EchoRequestProto' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 58 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 100 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 128 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 251 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 252 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 253 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 254 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 255 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 256 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 257 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 258 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 260 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 261 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 262 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 263 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 264 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 265 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 266 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 267 |
org/apache/hadoop/hbase/ipc/MasterCoprocessorRpcChannel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HConnection. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 34 |
org/apache/hadoop/hbase/ipc/MetricsHBaseServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 27 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 72 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 74 |
org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 195 |
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 198 |
org/apache/hadoop/hbase/ipc/PayloadCarryingRpcController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScannable' import. | 23 |
org/apache/hadoop/hbase/ipc/PriorityFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionAction' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 43 |
org/apache/hadoop/hbase/ipc/RegionCoprocessorRpcChannel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HConnection. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 38 |
org/apache/hadoop/hbase/ipc/RegionServerCoprocessorRpcChannel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 19 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 28 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 35 |
org/apache/hadoop/hbase/ipc/RpcCallContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 32 |
org/apache/hadoop/hbase/ipc/RpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 25 |
org/apache/hadoop/hbase/ipc/RpcClientFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.net.SocketAddress' import. | 26 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 22. | 78 |
org/apache/hadoop/hbase/ipc/RpcClientImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 99 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 443 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 450 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 457 |
| Error | indentation | Indentation | 'UserGroupInformation' have incorrect indentation level 14, expected level should be 16. | 670 |
| Error | indentation | Indentation | '" to "' have incorrect indentation level 14, expected level should be 16. | 671 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 740 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<MAGIC WORD -' while parsing HTML_ELEMENT | 797 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 905 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 916 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 947 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 962 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1162 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1213 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1233 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 1239 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1241 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1242 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 1243 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1251 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1260 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1265 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1313 |
org/apache/hadoop/hbase/ipc/RpcExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 37 |
org/apache/hadoop/hbase/ipc/RpcScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/ipc/RpcSchedulerContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
org/apache/hadoop/hbase/ipc/RpcServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Arrays. | 47 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 60 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 73 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 79 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableName. | 81 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Operation. | 83 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.BoundedByteBufferPool' import. | 89 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegionServer. | 101 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.HBaseSaslRpcServer.SaslDigestCallbackHandler' import. | 108 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.htrace.TraceInfo' import. | 133 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 135 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 411 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 469 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 725 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 728 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 735 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 737 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 759 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 763 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 802 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 858 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 965 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 972 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 10. | 1087 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1105 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1136 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1138 |
| Error | design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1256 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 1283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1352 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1367 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1368 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1369 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1371 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1372 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1376 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1377 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1378 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1379 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1380 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1381 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1382 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1383 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1383 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1384 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1385 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1388 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1389 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1399 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1568 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1569 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1663 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1664 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1684 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1686 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1742 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1749 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1755 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1772 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1781 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1790 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1820 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1821 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1822 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1861 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1950 |
| Error | blocks | LeftCurly | '{' at column 11 should have line break after. | 1952 |
| Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1958 |
| Error | blocks | LeftCurly | '{' at column 11 should have line break after. | 1964 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2024 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2028 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2029 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2126 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 2147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2157 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2179 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2264 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2265 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2352 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2415 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2431 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2436 |
org/apache/hadoop/hbase/ipc/RpcServerInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
org/apache/hadoop/hbase/ipc/ServerRpcController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
| Error | imports | RedundantImport | Duplicate import to line 24 - org.apache.hadoop.util.StringUtils. | 28 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 30 |
org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 3, expected level should be 4. | 157 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 6. | 158 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 163 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
org/apache/hadoop/hbase/ipc/StoppedRpcClientException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 22 |
org/apache/hadoop/hbase/ipc/TestAsyncIPC.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 69 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 139 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 141 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 148 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 149 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 173 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 175 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 176 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 177 |
org/apache/hadoop/hbase/ipc/TestBufferChain.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 36 |
org/apache/hadoop/hbase/ipc/TestGlobalEventLoopGroup.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 27 |
org/apache/hadoop/hbase/ipc/TestHBaseClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 29 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 49 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 53 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 53 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 54 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 65 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 65 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 66 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 70 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 70 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
org/apache/hadoop/hbase/ipc/TestIPC.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerName. | 43 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Waiter. | 44 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 46 |
| Error | imports | RedundantImport | Duplicate import to line 45 - org.apache.hadoop.hbase.testclassification.SmallTests. | 58 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 65 |
org/apache/hadoop/hbase/ipc/TestIPCUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
org/apache/hadoop/hbase/ipc/TestPayloadCarryingRpcController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 62 |
| Error | sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 64 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
org/apache/hadoop/hbase/ipc/TestProtoBufRpc.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.protobuf.generated.TestProtos.EchoRequestProto' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.After' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 44 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 66 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 121 |
org/apache/hadoop/hbase/ipc/TestRpcClientLeaks.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility.fam1' import. | 48 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 49 |
org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 57 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 76 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 24, expected level should be one of the following: 16, 18. | 105 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 32, expected level should be one of the following: 18, 20. | 106 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 32, expected level should be one of the following: 18, 20. | 107 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 24, expected level should be one of the following: 16, 18. | 108 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be one of the following: 16, 18. | 110 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be one of the following: 16, 18. | 112 |
org/apache/hadoop/hbase/ipc/TestRpcMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.test.MetricsAssertHelper' import. | 29 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 34 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 80 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 143 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 144 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 147 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 148 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 149 |
org/apache/hadoop/hbase/ipc/TestRpcServerSlowConnectionSetup.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 49 |
org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcServer.Call' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanRequest' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 54 |
org/apache/hadoop/hbase/ipc/TimeLimitedRpcController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 26 |
org/apache/hadoop/hbase/mapred/Driver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
org/apache/hadoop/hbase/mapred/GroupingTableMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 44 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 45 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
org/apache/hadoop/hbase/mapred/HRegionPartitioner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 49 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
org/apache/hadoop/hbase/mapred/IdentityTableMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 26 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
org/apache/hadoop/hbase/mapred/IdentityTableReduce.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 40 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
org/apache/hadoop/hbase/mapred/MultiTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
org/apache/hadoop/hbase/mapred/RowCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 25 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 53 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
org/apache/hadoop/hbase/mapred/TableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseConfiguration. | 28 |
org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
| Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 329 |
org/apache/hadoop/hbase/mapred/TableMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 28 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZKClusterId. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher. | 43 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.Text. | 44 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.security.token.Token. | 51 |
| Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException. | 52 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 179 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 219 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 236 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 321 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 360 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 367 |
org/apache/hadoop/hbase/mapred/TableRecordReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
org/apache/hadoop/hbase/mapred/TableRecordReaderImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl.LOG_PER_ROW_COUNT' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
org/apache/hadoop/hbase/mapred/TableReduce.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 36 |
| Error | indentation | Indentation | 'getRecordReader' have incorrect indentation level 2, expected level should be 4. | 151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 161 |
org/apache/hadoop/hbase/mapred/TableSplit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 77 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 78 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 79 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 121 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 123 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 124 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 126 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 127 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 128 |
org/apache/hadoop/hbase/mapred/TestDriver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 27 |
org/apache/hadoop/hbase/mapred/TestGroupingTableMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.verifyNoMoreInteractions' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 49 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
org/apache/hadoop/hbase/mapred/TestIdentityTableMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 28 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
org/apache/hadoop/hbase/mapred/TestMultiTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 43 |
org/apache/hadoop/hbase/mapred/TestRowCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 45 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 100 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 145 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 146 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 147 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 10. | 148 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 149 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 150 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 151 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 10. | 152 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 153 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 154 |
org/apache/hadoop/hbase/mapred/TestSplitTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 26 |
org/apache/hadoop/hbase/mapred/TestTableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 382 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 385 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 388 |
org/apache/hadoop/hbase/mapred/TestTableMapReduce.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 30 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 55 |
org/apache/hadoop/hbase/mapred/TestTableMapReduceUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 224 |
org/apache/hadoop/hbase/mapred/TestTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 |
org/apache/hadoop/hbase/mapreduce/CellCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 50 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 86 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 206 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 222 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 237 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 284 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 286 |
org/apache/hadoop/hbase/mapreduce/CellCreator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
org/apache/hadoop/hbase/mapreduce/CopyTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 127 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 128 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 130 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 133 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 198 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 210 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 212 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 213 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 215 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 218 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 72, 73. | 361 |
org/apache/hadoop/hbase/mapreduce/DefaultVisibilityExpressionResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
org/apache/hadoop/hbase/mapreduce/Driver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
org/apache/hadoop/hbase/mapreduce/Export.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 81 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 85 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 158 |
org/apache/hadoop/hbase/mapreduce/GroupingTableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 43 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 |
org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 43 |
org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 75 |
| Error | sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 118 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 487 |
org/apache/hadoop/hbase/mapreduce/HLogInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.HLogKey' import. | 27 |
org/apache/hadoop/hbase/mapreduce/HRegionPartitioner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 55 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 56 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
org/apache/hadoop/hbase/mapreduce/HashTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
org/apache/hadoop/hbase/mapreduce/IdentityTableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 36 |
org/apache/hadoop/hbase/mapreduce/IdentityTableReducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 55 |
org/apache/hadoop/hbase/mapreduce/Import.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 71 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 334 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 362 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 366 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 384 |
org/apache/hadoop/hbase/mapreduce/ImportTsv.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.File' import. | 61 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 394 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 396 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 476 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 477 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 478 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 479 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 480 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 481 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 482 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 483 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 484 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 485 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 485 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 486 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 487 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 488 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 489 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 490 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 492 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 493 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 494 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 495 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 496 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 499 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 500 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 501 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 502 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 12. | 503 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 504 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 10. | 505 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 507 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 509 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 510 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 511 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 512 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be 14. | 513 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 16. | 514 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 18. | 515 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 16. | 516 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be 14. | 517 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 14. | 518 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 519 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 18, expected level should be 16. | 520 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 18. | 521 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 18, expected level should be 16. | 522 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 523 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 529 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 530 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 14. | 531 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 532 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 533 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 534 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 535 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 536 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 537 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 538 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 539 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 540 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 541 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 14. | 542 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 12. | 543 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 12. | 544 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 10. | 546 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 547 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 548 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 549 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 550 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 551 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 552 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 553 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 554 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 558 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 559 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 562 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 564 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 565 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 567 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 568 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 592 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 619 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 621 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 638 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 648 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 651 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 652 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 678 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 688 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 698 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 709 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 721 |
org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 53 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 65 |
org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 79 |
| Error | imports | UnusedImports | Unused import - java.util.HashSet. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 317 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 319 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 372 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 |
org/apache/hadoop/hbase/mapreduce/IntegrationTestImportTsv.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 42 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 143 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 144 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
org/apache/hadoop/hbase/mapreduce/IntegrationTestTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 183 |
org/apache/hadoop/hbase/mapreduce/JarFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
org/apache/hadoop/hbase/mapreduce/JobUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
org/apache/hadoop/hbase/mapreduce/KeyValueSortReducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 38 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 40 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 41 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.NeedUnmanagedConnectionException. | 54 |
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 84 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 252 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 312 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 316 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 323 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 359 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 491 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 506 |
| Error | indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 6. | 548 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 33 has parse error. Details: no viable alternative at input '<startkey,' while parsing HTML_ELEMENT | 571 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 636 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 678 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 781 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 882 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 935 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 936 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 962 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 972 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 975 |
org/apache/hadoop/hbase/mapreduce/MapreduceTestingShim.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 |
org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 49 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.File' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 53 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 91 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 93 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 6. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 |
org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 39 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
org/apache/hadoop/hbase/mapreduce/MultiTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
org/apache/hadoop/hbase/mapreduce/MultiTableSnapshotInputFormatImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
org/apache/hadoop/hbase/mapreduce/MultithreadedTableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'Class' have incorrect indentation level 2, expected level should be 4. | 97 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
| Error | indentation | Indentation | 'void' have incorrect indentation level 2, expected level should be 4. | 111 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 146 |
| Error | indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 163 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 265 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 282 |
org/apache/hadoop/hbase/mapreduce/NMapInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
org/apache/hadoop/hbase/mapreduce/PutCombiner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
org/apache/hadoop/hbase/mapreduce/PutSortReducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
org/apache/hadoop/hbase/mapreduce/ResultSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 113 |
org/apache/hadoop/hbase/mapreduce/RowCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 56 |
org/apache/hadoop/hbase/mapreduce/SampleUploader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil. | 28 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 65 |
org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 50 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
org/apache/hadoop/hbase/mapreduce/SyncTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 53 |
| Error | indentation | Indentation | 'enum def rcurly' have incorrect indentation level 81, expected level should be 4. | 175 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 208 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 211 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 582 |
org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 40 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 50 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 172 |
org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 37 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 106 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 256 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 258 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 259 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 261 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 262 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 263 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 264 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 265 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 266 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 267 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 270 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 271 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 272 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 273 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 275 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 275 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 276 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 277 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 278 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 280 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 281 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 284 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 285 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 8. | 286 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 287 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 288 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 289 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 290 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 291 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 293 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 294 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 296 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 300 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 303 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 308 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 309 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 310 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 312 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 313 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 314 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 315 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 316 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 6. | 317 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 319 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 321 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 322 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 8. | 323 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 324 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 325 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 8. | 326 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 327 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 329 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 330 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 332 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 333 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 334 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 335 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 336 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 6. | 337 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 361 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 480 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 525 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 538 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 540 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 637 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 639 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 658 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 |
| Error | blocks | LeftCurly | '{' at column 21 should have line break after. | 715 |
org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 132 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 137 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 156 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 162 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 164 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 177 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 235 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 249 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 260 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 274 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 285 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 349 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 354 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 602 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 618 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 620 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 622 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 623 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 624 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 625 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 626 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 627 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 628 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 650 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 652 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 654 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 655 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 657 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 658 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 660 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 677 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 722 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 747 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 814 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 815 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 864 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 879 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 895 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 921 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 935 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 946 |
org/apache/hadoop/hbase/mapreduce/TableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
org/apache/hadoop/hbase/mapreduce/TableOutputCommitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 67 |
org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 36 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 74 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 95 |
org/apache/hadoop/hbase/mapreduce/TableRecordReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
org/apache/hadoop/hbase/mapreduce/TableReducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 46 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 39 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 50 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 393 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 46 |
org/apache/hadoop/hbase/mapreduce/TableSplit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 364 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 366 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 367 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 368 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 369 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 370 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 371 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 372 |
org/apache/hadoop/hbase/mapreduce/TestCellCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 28 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 39 |
| Error | imports | ImportOrder | Wrong order for 'java.io.*' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 42 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 84 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 85 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 86 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 87 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 88 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 89 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 90 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 91 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 92 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 93 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 94 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 95 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 96 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 98 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 99 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 100 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 101 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 103 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 104 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 105 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 106 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 123 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 124 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 125 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 126 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 127 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 128 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 129 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 130 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 131 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 132 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 133 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 136 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 137 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 139 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 140 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 141 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 142 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 143 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 144 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 145 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 146 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 147 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 163 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 164 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 166 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 167 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 168 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 169 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 170 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 171 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 172 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 173 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 175 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 176 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 178 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 179 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 181 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 182 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 183 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 184 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 185 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 186 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 202 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 203 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 204 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 205 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 206 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 207 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 208 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 209 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 210 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 211 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 212 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 216 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 217 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 219 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 220 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 222 |
org/apache/hadoop/hbase/mapreduce/TestCopyTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 37. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 30. | 161 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 209 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 35. | 210 |
org/apache/hadoop/hbase/mapreduce/TestGroupingTableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.*' import. | 32 |
org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 149 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 151 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 228 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 493 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 551 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 552 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | indentation | Indentation | 'getMockColumnFamiliesForBloomType' have incorrect indentation level 2, expected level should be 4. | 624 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 624 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 |
| Error | indentation | Indentation | 'for rparen' have incorrect indentation level 10, expected level should be 6. | 670 |
| Error | indentation | Indentation | 'getMockColumnFamiliesForBlockSize' have incorrect indentation level 2, expected level should be 4. | 696 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 696 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 718 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 771 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 794 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 862 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 867 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 881 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 883 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1062 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1066 |
org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.PerformanceEvaluation' import. | 56 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HBaseAdmin. | 61 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 154 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 155 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 568 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 |
| Error | indentation | Indentation | 'getMockColumnFamiliesForBloomType' have incorrect indentation level 2, expected level should be 4. | 642 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 642 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 |
| Error | indentation | Indentation | 'for rparen' have incorrect indentation level 10, expected level should be 6. | 688 |
| Error | indentation | Indentation | 'getMockColumnFamiliesForBlockSize' have incorrect indentation level 2, expected level should be 4. | 714 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 714 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 789 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 812 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 880 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 885 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 899 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 901 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1086 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1090 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1096 |
org/apache/hadoop/hbase/mapreduce/TestHLogRecordReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.HLogInputFormat.HLogKeyRecordReader' import. | 22 |
org/apache/hadoop/hbase/mapreduce/TestHRegionPartitioner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 |
| Error | indentation | Indentation | 'Bytes' have incorrect indentation level 4, expected level should be 6. | 55 |
org/apache/hadoop/hbase/mapreduce/TestHashTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 104 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 105 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 106 |
org/apache/hadoop/hbase/mapreduce/TestImportExport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CategoryBasedTimeout' import. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 195 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 196 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 254 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 255 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 266 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 273 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 338 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 9. | 339 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 9. | 340 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 342 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 344 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 345 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 346 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 347 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 348 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 349 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 350 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 351 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 352 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 353 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 354 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 371 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 373 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 376 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 377 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 390 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 391 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 392 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 393 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 407 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 408 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26. | 469 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26. | 470 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26. | 471 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26. | 485 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26. | 486 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 500 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 603 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 605 |
org/apache/hadoop/hbase/mapreduce/TestImportTSVWithOperationAttributes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Admin. | 43 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HBaseAdmin. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 120 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 122 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 123 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 136 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 138 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 217 |
org/apache/hadoop/hbase/mapreduce/TestImportTSVWithTTLs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 106 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 108 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 109 |
org/apache/hadoop/hbase/mapreduce/TestImportTSVWithVisibilityLabels.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Admin. | 45 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HBaseAdmin. | 49 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 162 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 164 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 178 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 179 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 230 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 231 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 233 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 248 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 250 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 252 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 253 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 254 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 266 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 268 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 269 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 270 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 23. | 284 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 23. | 285 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 302 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 304 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 305 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 306 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 |
org/apache/hadoop/hbase/mapreduce/TestImportTsv.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 112 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 113 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 114 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 128 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 130 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 131 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 148 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 149 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 164 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 166 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 167 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 181 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 182 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 183 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 184 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 198 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 199 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 200 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 201 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 202 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 217 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 219 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 221 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 222 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 223 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 224 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 241 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 243 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 245 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 246 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 247 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 286 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 288 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 289 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 290 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 360 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 |
org/apache/hadoop/hbase/mapreduce/TestImportTsvParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 39 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 163 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 260 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 293 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 308 |
org/apache/hadoop/hbase/mapreduce/TestJarFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 27 |
org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFiles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 40 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 120 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 133 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 145 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 157 |
org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.LargeTests' import. | 67 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Multimap' import. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 329 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesUseSecurityEndPoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.CoprocessorHost' import. | 25 |
org/apache/hadoop/hbase/mapreduce/TestMapReduceExamples.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 40 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 43 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 44 |
org/apache/hadoop/hbase/mapreduce/TestMultiTableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
org/apache/hadoop/hbase/mapreduce/TestMultiTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
org/apache/hadoop/hbase/mapreduce/TestMultiTableSnapshotInputFormatImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 43 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 122 |
org/apache/hadoop/hbase/mapreduce/TestMultithreadedTableMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 35 |
| Error | imports | RedundantImport | Duplicate import to line 34 - org.apache.hadoop.hbase.HConstants. | 38 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 76. | 79 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | indentation | Indentation | 'cf' have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 37, expected level should be one of the following: 6, 34, 35. | 181 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 28, expected level should be one of the following: 6, 25, 26. | 185 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 28, expected level should be one of the following: 6, 25, 26. | 189 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 28, expected level should be one of the following: 6, 25, 26. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 290 |
org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFiles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.UserProvider' import. | 25 |
org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFilesSplitRecovery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.UserProvider' import. | 22 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 44 |
org/apache/hadoop/hbase/mapreduce/TestSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 33 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.MutationSerialization. | 36 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.ResultSerialization. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 46 |
org/apache/hadoop/hbase/mapreduce/TestSimpleTotalOrderPartitioner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 30 |
org/apache/hadoop/hbase/mapreduce/TestSyncTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 52 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 188 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 189 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 190 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 204 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 205 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 206 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 207 |
org/apache/hadoop/hbase/mapreduce/TestTableInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.mapred.MiniMRCluster. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 394 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 397 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 400 |
org/apache/hadoop/hbase/mapreduce/TestTableInputFormatBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScan1.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScan2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScanBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 99 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 134 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 280 |
org/apache/hadoop/hbase/mapreduce/TestTableMapReduce.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 21 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 36 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
org/apache/hadoop/hbase/mapreduce/TestTableMapReduceBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 76. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 9, expected level should be 8. | 189 |
org/apache/hadoop/hbase/mapreduce/TestTableMapReduceUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 23 |
org/apache/hadoop/hbase/mapreduce/TestTableSnapshotInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 61 |
org/apache/hadoop/hbase/mapreduce/TestTableSplit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 |
org/apache/hadoop/hbase/mapreduce/TestTimeRangeMapRed.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 42 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 107 |
org/apache/hadoop/hbase/mapreduce/TestWALPlayer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
org/apache/hadoop/hbase/mapreduce/TestWALRecordReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALKeyRecordReader' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
org/apache/hadoop/hbase/mapreduce/TextSortReducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 143 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 164 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
org/apache/hadoop/hbase/mapreduce/TsvImporterCustomTestMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 49 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 160 |
org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.Counter' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 39 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
org/apache/hadoop/hbase/mapreduce/WALInputFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
org/apache/hadoop/hbase/mapreduce/WALPlayer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 93 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 117 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 131 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 317 |
org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationPeerConfig' import. | 45 |
| Error | indentation | Indentation | 'enum def rcurly' have incorrect indentation level 99, expected level should be 4. | 86 |
| Error | blocks | LeftCurly | '{' at column 50 should have line break after. | 216 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 376 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 380 |
org/apache/hadoop/hbase/master/ActiveMasterManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 152 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 209 |
org/apache/hadoop/hbase/master/AssignCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
org/apache/hadoop/hbase/master/AssignmentListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
org/apache/hadoop/hbase/master/AssignmentManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 117 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 131 |
| Error | indentation | Indentation | '=' have incorrect indentation level 2, expected level should be 4. | 175 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 289 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 516 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 667 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 700 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 712 |
| Error | sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 930 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 992 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 993 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 994 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 995 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 997 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 998 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 999 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1001 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1002 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1003 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 1006 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1008 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 1009 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1010 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1012 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 1015 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1017 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 1018 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 1019 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1020 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 1021 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1023 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1024 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1026 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 1028 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1030 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 1031 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 1032 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1033 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 1034 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1038 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1039 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1040 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1105 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1498 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1515 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1546 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1624 |
| Error | sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 1628 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1834 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1989 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1990 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1991 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1992 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1993 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 1994 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 1995 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 1996 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 1997 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 1998 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1999 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2000 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2001 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2002 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 2003 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 2006 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 2007 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 2008 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 2009 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2010 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 2019 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2022 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2023 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2024 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2025 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 2026 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 2028 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 2029 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2030 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2031 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2032 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2033 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 2034 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2035 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2054 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2072 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2073 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2074 |
| Error | sizes | MethodLength | Method length is 247 lines (max allowed is 150). | 2076 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2134 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2377 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2408 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2418 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2420 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2422 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2639 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2652 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2655 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2669 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2670 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2671 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2672 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2673 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2674 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2675 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2676 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2677 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2678 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2679 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2700 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2728 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2769 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2781 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2782 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2810 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2811 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2887 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2888 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2892 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2923 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2924 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2926 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2938 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2949 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2973 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3011 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3013 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3015 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3017 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3073 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3074 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3075 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3097 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3098 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3099 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3135 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3180 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3181 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3182 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3183 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3184 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3185 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3186 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3187 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3188 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3189 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3190 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3191 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 3192 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 3193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3370 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3373 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3609 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3611 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 3709 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3896 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 3967 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 4103 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 4262 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4383 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 4384 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 4385 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 4387 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4388 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4389 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 4390 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 4392 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 4393 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4394 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 4395 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4396 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 10. | 4397 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 4398 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 4399 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 4400 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 4401 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 4402 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 4403 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 4404 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 4405 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 8. | 4406 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4407 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4409 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 4410 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 4412 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 4413 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4414 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 10. | 4415 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 8. | 4416 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4417 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4419 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 8. | 4420 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 4421 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 4422 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 4423 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 4424 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4425 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4426 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4427 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4428 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4431 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4433 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4434 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 4438 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 4439 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 4440 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 4441 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 4442 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 4443 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4444 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4445 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4446 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4447 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4448 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4449 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 4452 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 4453 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 4454 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 4455 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 4456 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 4457 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 4458 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4459 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4460 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4464 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 4466 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 4467 |
org/apache/hadoop/hbase/master/AssignmentVerificationReport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 |
| Error | sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 449 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 450 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 466 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
org/apache/hadoop/hbase/master/BulkAssigner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
org/apache/hadoop/hbase/master/BulkReOpen.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
org/apache/hadoop/hbase/master/CatalogJanitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 280 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 315 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 318 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 332 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 354 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 357 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 367 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 368 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 381 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 382 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 |
org/apache/hadoop/hbase/master/ClusterStatusPublisher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 287 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 299 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 304 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 305 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 310 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 311 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 314 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 10. | 315 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 316 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 321 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 2, expected level should be 4. | 323 |
| Error | design | FinalClass | Class ClusterStatusEncoder should be declared as final. | 325 |
org/apache/hadoop/hbase/master/DeadServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 |
| Error | blocks | LeftCurly | '{' at column 58 should have line break after. | 102 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 137 |
org/apache/hadoop/hbase/master/GeneralBulkAssigner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 203 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 204 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 205 |
org/apache/hadoop/hbase/master/HMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil' import. | 113 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.normalizer.NormalizationPlan' import. | 122 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 146 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 168 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 347 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 6. | 350 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 6. | 351 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 361 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 363 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 364 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 366 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 367 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 368 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 369 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 373 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 613 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 640 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
| Error | sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 676 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 780 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 787 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 930 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 931 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 932 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 994 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1085 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1092 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1127 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1129 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1131 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1133 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1141 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1142 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1145 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1205 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1209 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1210 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1268 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1299 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1350 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1366 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1394 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1553 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1555 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1557 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1561 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1562 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1564 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1566 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1567 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1569 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1571 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1572 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1573 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1579 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1837 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1845 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1852 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1860 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1883 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1885 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1887 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1890 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1891 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1893 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1895 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1896 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1898 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1900 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1901 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1902 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1915 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1917 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1919 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1921 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1923 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1925 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1926 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1928 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1930 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1931 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1932 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1948 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1950 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1951 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1952 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1955 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1957 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1959 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1960 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1962 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1964 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1965 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1966 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1982 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1984 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1985 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1986 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1988 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1990 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1991 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1993 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1995 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1996 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1998 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2000 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2001 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2002 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2016 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2018 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2019 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2020 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2022 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2026 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2028 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2030 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2031 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2033 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2035 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2036 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2037 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2047 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2049 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2051 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2058 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2059 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2061 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2063 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2064 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2066 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2068 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2069 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2070 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2080 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2082 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2084 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2091 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2092 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2094 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2096 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2097 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2099 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2101 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2102 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2103 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2156 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2158 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2161 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2163 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2165 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2166 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2168 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2170 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2171 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2172 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2261 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2316 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2509 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2510 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2843 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 2851 |
org/apache/hadoop/hbase/master/HMasterCommandLine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 77 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 172 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
org/apache/hadoop/hbase/master/LoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 24 |
| Error | imports | UnusedImports | Unused import - edu.umd.cs.findbugs.annotations.Nullable. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 38 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 736 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 739 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 740 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 741 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 915 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 927 |
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 1122 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 1123 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1172 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1175 |
org/apache/hadoop/hbase/master/MasterDumpServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
org/apache/hadoop/hbase/master/MasterFileSystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 56 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 421 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 484 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 588 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 696 |
org/apache/hadoop/hbase/master/MasterRpcServices.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 43 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 56 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.AccessDeniedException. | 180 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteStringer' import. | 187 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 191 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 826 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 853 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 855 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 894 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 944 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1005 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1226 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1371 |
org/apache/hadoop/hbase/master/MasterServices.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.executor.ExecutorService' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 |
org/apache/hadoop/hbase/master/MasterStatusServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 48 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
org/apache/hadoop/hbase/master/MetricsAssignmentManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
org/apache/hadoop/hbase/master/MetricsAssignmentManagerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 27 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 46 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 47 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 48 |
org/apache/hadoop/hbase/master/MetricsMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 25 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSource. | 26 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSourceFactory. | 27 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterWrapper. | 28 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 44 |
org/apache/hadoop/hbase/master/MetricsMasterFilesystemSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 26 |
org/apache/hadoop/hbase/master/MetricsMasterSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 61 |
org/apache/hadoop/hbase/master/MetricsMasterWrapperImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
org/apache/hadoop/hbase/master/MockRegionServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest' import. | 71 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 112 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 125 |
| Error | indentation | Indentation | 'ClientProtos' have incorrect indentation level 0, expected level should be 2. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
org/apache/hadoop/hbase/master/Mocking.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNotSame. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 23 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerName. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
org/apache/hadoop/hbase/master/OfflineCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 |
org/apache/hadoop/hbase/master/RackManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
org/apache/hadoop/hbase/master/RegionPlacementMaintainer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 120 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 208 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 209 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 225 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 227 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 230 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 231 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 232 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 234 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 235 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 236 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 237 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 238 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 239 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 240 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 241 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 242 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 243 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 244 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 245 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 246 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 250 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 251 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 252 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 253 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 258 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 260 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 261 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 262 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 263 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 264 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 265 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 266 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 267 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 268 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 269 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 270 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 271 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 272 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 273 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 275 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 276 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 277 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 278 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 280 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 288 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 294 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 298 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 299 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 300 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 301 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 303 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 307 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 308 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 309 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 310 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 312 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 313 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 314 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 315 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 316 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 317 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 318 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 323 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 324 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 325 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 326 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 327 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 328 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 329 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 331 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 333 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 334 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 335 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 340 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 341 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 342 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 343 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 344 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 345 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 346 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 347 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 349 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 350 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 351 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 352 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 353 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 355 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 356 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 357 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 358 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 359 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 360 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 361 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 362 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 363 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 364 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 365 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 366 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 371 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 372 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 373 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 374 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 375 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 377 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 378 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 379 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 380 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 381 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 382 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 383 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 385 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 386 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 387 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 10. | 388 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 389 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 390 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 392 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 393 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 394 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 395 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 397 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 398 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 400 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 401 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 404 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 405 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 408 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 409 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 412 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 413 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 414 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 417 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 419 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 420 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 421 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 422 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 423 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 424 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 426 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 427 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 429 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 430 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 432 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 433 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 434 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 437 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 439 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 440 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 443 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 444 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 447 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 448 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 449 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 452 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 454 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 455 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 474 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 490 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 614 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 624 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 718 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 835 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 938 |
| Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 948 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 948 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 985 |
org/apache/hadoop/hbase/master/RegionPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
org/apache/hadoop/hbase/master/RegionState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 66 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 67 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 68 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 69 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 70 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 71 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 72 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 73 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 74 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 75 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 76 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 78 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 81 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 84 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 93 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 96 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 130 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 131 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 133 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 134 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 137 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 140 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 143 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 144 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 146 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 148 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 149 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 152 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 153 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 155 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 156 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 159 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 161 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 164 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 165 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 166 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 167 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 169 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 382 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
org/apache/hadoop/hbase/master/RegionStateStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 48 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 74 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 192 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 193 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 194 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 196 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 197 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 198 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 244 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 260 |
org/apache/hadoop/hbase/master/RegionStates.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Collections. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 799 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 811 |
| Error | indentation | Indentation | 'getRegionByStateOfTable' have incorrect indentation level 2, expected level should be 4. | 815 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 822 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 838 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 876 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 891 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 2. | 905 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 923 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1093 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1178 |
org/apache/hadoop/hbase/master/ServerListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
org/apache/hadoop/hbase/master/ServerManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionStoreSequenceIds' import. | 69 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.RetryCounter' import. | 76 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 29 has parse error. Missed HTML close tag 'ServerName'. Sometimes it means that close tag missed for one of previous tags. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 506 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 507 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 584 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 752 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 824 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 852 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 882 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 884 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 906 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 910 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 912 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 930 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 965 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 967 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 997 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1024 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1028 |
org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
org/apache/hadoop/hbase/master/SnapshotSentinel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
org/apache/hadoop/hbase/master/SplitLogManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALFactory. | 66 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 32 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 402 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 409 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 595 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 604 |
| Error | design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 625 |
| Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 626 |
| Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 627 |
| Error | design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 628 |
| Error | design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 641 |
| Error | design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 642 |
| Error | design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 643 |
| Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 644 |
| Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 645 |
| Error | design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 646 |
| Error | design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 647 |
| Error | design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 648 |
org/apache/hadoop/hbase/master/TableLockManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 358 |
org/apache/hadoop/hbase/master/TableNamespaceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 58 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 226 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 243 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
org/apache/hadoop/hbase/master/TestActiveMasterManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
org/apache/hadoop/hbase/master/TestAssignmentListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 34 |
org/apache/hadoop/hbase/master/TestAssignmentManagerMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 26 |
org/apache/hadoop/hbase/master/TestAssignmentManagerOnCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 46 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 150 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 240 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 258 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 262 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 282 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 325 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 694 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 818 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1370 |
org/apache/hadoop/hbase/master/TestCatalogJanitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableDescriptors' import. | 55 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 92 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 575 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 587 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 |
| Error | indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 4. | 595 |
| Error | indentation | Indentation | 'lastEndKey' have incorrect indentation level 4, expected level should be 6. | 631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1039 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1040 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1041 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1042 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1045 |
org/apache/hadoop/hbase/master/TestCatalogJanitorInMemoryStates.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 28 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
org/apache/hadoop/hbase/master/TestClockSkewDetection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.mockito.Mockito.mock. | 22 |
| Error | imports | UnusedImports | Unused import - org.mockito.Mockito.when. | 23 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ipc.RpcControllerFactory. | 37 |
org/apache/hadoop/hbase/master/TestClusterStatusPublisher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 64 |
org/apache/hadoop/hbase/master/TestDeadServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 39 |
org/apache/hadoop/hbase/master/TestHMasterCommandLine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
org/apache/hadoop/hbase/master/TestHMasterRPCException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 50 |
org/apache/hadoop/hbase/master/TestMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 54 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 91 |
org/apache/hadoop/hbase/master/TestMasterFailover.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 47 |
| Error | imports | UnusedImports | Unused import - org.junit.Ignore. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | sizes | MethodLength | Method length is 279 lines (max allowed is 150). | 164 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 199 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 434 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 |
| Error | sizes | MethodLength | Method length is 404 lines (max allowed is 150). | 501 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 533 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1074 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1138 |
org/apache/hadoop/hbase/master/TestMasterFailoverBalancerPersistence.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
org/apache/hadoop/hbase/master/TestMasterFileSystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
org/apache/hadoop/hbase/master/TestMasterMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 29 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
org/apache/hadoop/hbase/master/TestMasterMetricsWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 57 |
org/apache/hadoop/hbase/master/TestMasterNoCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaMockingUtil' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 69 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 107 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 108 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 110 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 112 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 113 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 186 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 227 |
| Error | coding | EmptyStatement | Empty statement. | 230 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 268 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 308 |
org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLocations' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 45 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
org/apache/hadoop/hbase/master/TestMasterPriorityRpc.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 37 |
org/apache/hadoop/hbase/master/TestMasterQosFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 36 |
org/apache/hadoop/hbase/master/TestMasterShutdown.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.LocalHBaseCluster' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
org/apache/hadoop/hbase/master/TestMasterStatusServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MetricsRegionServer' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 48 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 116 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 117 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 118 |
org/apache/hadoop/hbase/master/TestMasterTransitions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 493 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 495 |
org/apache/hadoop/hbase/master/TestMetaShutdownHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 29 |
org/apache/hadoop/hbase/master/TestMetricsMasterSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSource. | 22 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.MetricsMasterSource. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 24 |
org/apache/hadoop/hbase/master/TestMetricsMasterSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSource. | 22 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSourceFactory. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSourceImpl. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertSame' import. | 30 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 45 |
org/apache/hadoop/hbase/master/TestOpenedRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 129 |
org/apache/hadoop/hbase/master/TestRegionPlacement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 157 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 158 |
| Error | indentation | Indentation | 'report' have incorrect indentation level 4, expected level should be 6. | 172 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 530 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 537 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 |
org/apache/hadoop/hbase/master/TestRegionPlacement2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.balancer.FavoredNodesPlan.Position' import. | 39 |
org/apache/hadoop/hbase/master/TestRegionPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 26 |
org/apache/hadoop/hbase/master/TestRegionState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNotEquals. | 28 |
org/apache/hadoop/hbase/master/TestRegionStates.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.assertFalse' import. | 35 |
org/apache/hadoop/hbase/master/TestRestartCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.ConnectionFactory. | 39 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
org/apache/hadoop/hbase/master/TestRollingRestart.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 37 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 100 |
org/apache/hadoop/hbase/master/TestSplitLogManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 399 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 526 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 528 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 551 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 |
org/apache/hadoop/hbase/master/TestTableLockManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 39 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.exceptions.LockTimeoutException. | 56 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 263 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 38. | 411 |
org/apache/hadoop/hbase/master/TestWarmupRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.BeforeClass' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.After' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 150 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 152 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 153 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 155 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 157 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 158 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 159 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 160 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 4. | 161 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 162 |
org/apache/hadoop/hbase/master/TestZKBasedOpenCloseRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 238 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
org/apache/hadoop/hbase/master/UnAssignCallable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
org/apache/hadoop/hbase/master/balancer/BalancerTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 78 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 79 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 80 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 81 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 82 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 83 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 84 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 85 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 87 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 88 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 89 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45. | 90 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 95 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 96 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 97 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 99 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 100 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 101 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 102 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 104 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 107 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 109 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 111 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 112 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 113 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 114 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 115 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 116 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 118 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 119 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 120 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 121 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 123 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 124 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 126 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 127 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 129 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 131 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 132 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 133 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 134 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 135 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 136 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 137 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 138 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 139 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 140 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 141 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 142 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 143 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 144 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 145 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 146 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 147 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 210 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 341 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 426 |
org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.conf.ConfigurationObserver. | 48 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 56 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 112 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 113 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 114 |
| Error | sizes | MethodLength | Method length is 249 lines (max allowed is 150). | 156 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 253 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 327 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 328 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 329 |
| Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 461 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 462 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 462 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 464 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 466 |
| Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 470 |
| Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 471 |
| Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 490 |
| Error | design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 491 |
| Error | design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 492 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 502 |
| Error | design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 511 |
| Error | design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 512 |
| Error | design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 513 |
| Error | design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 514 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 524 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 538 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 539 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 542 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 543 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 544 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 545 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 546 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 548 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 549 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 549 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 550 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 551 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 552 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 553 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 555 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 556 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 556 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 557 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 557 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 558 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 559 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 560 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 561 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 575 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 596 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 654 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 655 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 656 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 676 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 691 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 892 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 13, expected level should be 8. | 893 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 894 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 895 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 900 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 8. | 901 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 902 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 903 |
| Error | indentation | Indentation | 'justification' have incorrect indentation level 2, expected level should be 4. | 934 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 959 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 960 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 989 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 996 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1019 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1086 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1250 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1384 |
org/apache/hadoop/hbase/master/balancer/ClusterLoadState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
org/apache/hadoop/hbase/master/balancer/FavoredNodeAssignmentHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 383 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 451 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 452 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 455 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 457 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 460 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 463 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 464 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 467 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 469 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 470 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 471 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 472 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 562 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 564 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 603 |
org/apache/hadoop/hbase/master/balancer/FavoredNodeLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' have incorrect indentation level 2, expected level should be 4. | 227 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 303 |
org/apache/hadoop/hbase/master/balancer/FavoredNodesPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
org/apache/hadoop/hbase/master/balancer/LoadBalancerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
org/apache/hadoop/hbase/master/balancer/MetricsBalancerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 57 |
org/apache/hadoop/hbase/master/balancer/RegionInfoComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
org/apache/hadoop/hbase/master/balancer/RegionLocationFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 44 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 75 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 77 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 83 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 85 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 87 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 88 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
org/apache/hadoop/hbase/master/balancer/ServerAndLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 23 |
org/apache/hadoop/hbase/master/balancer/SimpleLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 38 |
| Error | sizes | MethodLength | Method length is 236 lines (max allowed is 150). | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 253 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 427 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 428 |
org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 156 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 157 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 514 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 655 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 723 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 756 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 794 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 795 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 796 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 797 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 798 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 799 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 800 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 801 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 802 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 803 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 804 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 805 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 806 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 807 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 808 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 809 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 880 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1328 |
org/apache/hadoop/hbase/master/balancer/TestBaseLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 70 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 71 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 72 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 272 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 378 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 464 |
org/apache/hadoop/hbase/master/balancer/TestDefaultLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 29 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 58 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 59 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 67 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 68 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 69 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 70 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 71 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 72 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 77 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 78 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 79 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 81 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 82 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 83 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 84 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 85 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 87 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 88 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 89 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 90 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 92 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 94 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 95 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 96 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 97 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 98 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 99 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 100 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 101 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 102 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
org/apache/hadoop/hbase/master/balancer/TestFavoredNodeAssignmentHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 41 |
| Error | indentation | Indentation | 'secondaryAndTertiaryRSPlacementHelper' have incorrect indentation level 2, expected level should be 4. | 265 |
| Error | indentation | Indentation | 'operator new lparen' have incorrect indentation level 19, expected level should be 4. | 283 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
org/apache/hadoop/hbase/master/balancer/TestRegionLocationFinder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegionServer' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.SmallTests' import. | 38 |
org/apache/hadoop/hbase/master/balancer/TestServerAndLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 46 |
org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 390 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 468 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 472 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 492 |
org/apache/hadoop/hbase/master/cleaner/BaseFileCleanerDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 23 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 33 |
org/apache/hadoop/hbase/master/cleaner/BaseLogCleanerDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 21 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
org/apache/hadoop/hbase/master/cleaner/CleanerChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
org/apache/hadoop/hbase/master/cleaner/FileCleanerDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
org/apache/hadoop/hbase/master/cleaner/HFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
org/apache/hadoop/hbase/master/cleaner/HFileLinkCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
org/apache/hadoop/hbase/master/cleaner/LogCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
org/apache/hadoop/hbase/master/cleaner/TestCleanerChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 33 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 53 |
org/apache/hadoop/hbase/master/cleaner/TestHFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 105 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 170 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
org/apache/hadoop/hbase/master/cleaner/TestHFileLinkCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 123 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 126 |
org/apache/hadoop/hbase/master/cleaner/TestLogsCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.doAnswer' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
org/apache/hadoop/hbase/master/cleaner/TestSnapshotFromMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 72 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 297 |
org/apache/hadoop/hbase/master/cleaner/TimeToLiveHFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
org/apache/hadoop/hbase/master/cleaner/TimeToLiveLogCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
org/apache/hadoop/hbase/master/handler/ClosedRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.RegionState. | 29 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 |
org/apache/hadoop/hbase/master/handler/CreateTableHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 |
org/apache/hadoop/hbase/master/handler/DisableTableHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateException' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.RegionState.State' import. | 44 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
org/apache/hadoop/hbase/master/handler/DispatchMergingRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
org/apache/hadoop/hbase/master/handler/EnableTableHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 255 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
org/apache/hadoop/hbase/master/handler/OpenedRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 100 |
org/apache/hadoop/hbase/master/handler/TableEventHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 51 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 53 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
org/apache/hadoop/hbase/master/handler/TestCreateTableHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 36 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 72 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 77 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 141 |
org/apache/hadoop/hbase/master/handler/TestEnableTableHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 57 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
org/apache/hadoop/hbase/master/handler/TestTableDeleteFamilyHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InvalidFamilyOperationException' import. | 39 |
| Error | imports | RedundantImport | Duplicate import to line 37 - org.apache.hadoop.hbase.client.Admin. | 41 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Table. | 42 |
| Error | imports | RedundantImport | Duplicate import to line 36 - org.apache.hadoop.hbase.testclassification.LargeTests. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
org/apache/hadoop/hbase/master/handler/TestTableDescriptorModification.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InvalidFamilyOperationException' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/master/handler/TotesHRegionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 23 |
org/apache/hadoop/hbase/master/normalizer/MergeNormalizationPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
org/apache/hadoop/hbase/master/normalizer/RegionNormalizerChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.normalizer.NormalizationPlan. | 30 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
org/apache/hadoop/hbase/master/normalizer/SplitNormalizationPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 41 |
org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 48 |
org/apache/hadoop/hbase/master/procedure/AddColumnFamilyProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 93 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 101 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 136 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 139 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 141 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 382 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 383 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 384 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 385 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 386 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 387 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 388 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 389 |
org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 56 |
org/apache/hadoop/hbase/master/procedure/DeleteColumnFamilyProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 98 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 106 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 110 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 113 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 114 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 140 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 143 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 149 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 152 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 155 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 156 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 157 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 403 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 404 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 405 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 406 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 407 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 408 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 409 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 410 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 423 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 424 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 425 |
org/apache/hadoop/hbase/master/procedure/DeleteTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 54 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.StateMachineProcedure' import. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 |
org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 126 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 127 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 128 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 130 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 131 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 137 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 141 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 142 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 144 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 145 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 146 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 147 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 148 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 149 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 482 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 483 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 484 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 485 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 486 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 487 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 488 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 489 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 550 |
org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.executor.EventType. | 42 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 124 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 125 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 126 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 127 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 129 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 130 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 133 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 136 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 140 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 148 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 151 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 172 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 173 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 174 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 175 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 176 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 177 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 178 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 179 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 180 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 181 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 183 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 184 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 187 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 188 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 189 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 190 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 565 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 566 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 567 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 568 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 569 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 570 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 571 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 572 |
org/apache/hadoop/hbase/master/procedure/MasterDDLOperationHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.Superusers' import. | 39 |
org/apache/hadoop/hbase/master/procedure/MasterProcedureScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 468 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 512 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 600 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 750 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 898 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 915 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 930 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1053 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1063 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1234 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1235 |
org/apache/hadoop/hbase/master/procedure/MasterProcedureTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 23 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.NonceGenerator. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetaScanner' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 52 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 56 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 59 |
| Error | design | FinalClass | Class MasterProcedureTestingUtility should be declared as final. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
org/apache/hadoop/hbase/master/procedure/MasterProcedureUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.User. | 31 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
org/apache/hadoop/hbase/master/procedure/ModifyColumnFamilyProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 86 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 98 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 127 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 135 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 136 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 363 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 364 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 365 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 366 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 367 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 368 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 369 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 370 |
org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.executor.EventType. | 45 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 101 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 109 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 111 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 112 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 113 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 114 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 115 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 117 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 119 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 120 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 121 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 123 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 151 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 163 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 165 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 166 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 167 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 169 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 172 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 173 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 174 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 175 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 468 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 469 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 470 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 471 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 472 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 473 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 474 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 475 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 489 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 490 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 491 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 493 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 494 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 495 |
org/apache/hadoop/hbase/master/procedure/ProcedureSyncWait.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.RegionState.State' import. | 40 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 142 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 144 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 145 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 146 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 147 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 154 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 156 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 157 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 158 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 159 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 161 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 162 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 172 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 174 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 175 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 176 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 177 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 178 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 179 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 187 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 189 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 190 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 191 |
org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 76 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 206 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 207 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 210 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 211 |
| Error | indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 211 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 212 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 214 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 216 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 219 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 222 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 223 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 224 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 225 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 226 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 230 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 231 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 232 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 233 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 234 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 235 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 236 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 237 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 239 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 241 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 242 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 243 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 244 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 245 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 247 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 248 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 249 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 250 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 252 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 253 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 255 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 256 |
| Error | indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 256 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 257 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 259 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 260 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 267 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 268 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 269 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 270 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 271 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 272 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 273 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 274 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 279 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 280 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 281 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 283 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 285 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 293 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 294 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 295 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 296 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 297 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 298 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 299 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 301 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 302 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 303 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 304 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 306 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Error | indentation | Indentation | 'switch' have incorrect indentation level 6, expected level should be 4. | 362 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 6. | 363 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 364 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 365 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 366 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 367 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 6. | 368 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 369 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 373 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 374 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 375 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 6. | 377 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 378 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 379 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 6. | 380 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 8. | 381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 485 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 627 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 |
org/apache/hadoop/hbase/master/procedure/TestCreateTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 44 |
org/apache/hadoop/hbase/master/procedure/TestCreateTableProcedure2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 |
org/apache/hadoop/hbase/master/procedure/TestDeleteTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 43 |
org/apache/hadoop/hbase/master/procedure/TestMasterProcedureEvents.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 43 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 140 |
org/apache/hadoop/hbase/master/procedure/TestMasterProcedureScheduler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Arrays. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 25 |
| Error | imports | UnusedImports | Unused import - java.util.Map. | 27 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentHashMap. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 46 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 49 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 429 |
org/apache/hadoop/hbase/master/procedure/TestProcedureAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 22 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 43 |
org/apache/hadoop/hbase/master/procedure/TestSafemodeBringsDownMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.IOException. | 21 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.DoNotRetryIOException. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 29 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ProcedureInfo. | 32 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableExistsException. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.CreateTableState. | 38 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.ModifyRegionUtils. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 53 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 125 |
org/apache/hadoop/hbase/master/procedure/TestServerCrashProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 114 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 135 |
org/apache/hadoop/hbase/master/procedure/TestTruncateTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 43 |
org/apache/hadoop/hbase/master/procedure/TestWALProcedureStoreOnHDFS.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.IOException. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 23 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.CountDownLatch. | 23 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 28 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 32 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.MiniHBaseCluster. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableName. | 34 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.HMaster. | 35 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.procedure2.Procedure. | 36 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.procedure2.ProcedureExecutor. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.CreateTableState. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.DeleteTableState. | 43 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.DisableTableState. | 44 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.EnableTableState. | 45 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.TruncateTableState. | 46 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 48 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 49 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.ModifyRegionUtils. | 50 |
| Error | imports | UnusedImports | Unused import - org.junit.After. | 55 |
| Error | imports | UnusedImports | Unused import - org.junit.Before. | 56 |
| Error | imports | UnusedImports | Unused import - org.junit.Ignore. | 57 |
| Error | imports | UnusedImports | Unused import - org.mockito.Mockito. | 60 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 62 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 100 |
org/apache/hadoop/hbase/master/procedure/TruncateTableProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.StateMachineProcedure' import. | 43 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
org/apache/hadoop/hbase/master/snapshot/CloneSnapshotHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 51 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 98 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 28 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 |
org/apache/hadoop/hbase/master/snapshot/EnabledTableSnapshotHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 39 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
org/apache/hadoop/hbase/master/snapshot/MasterSnapshotVerifier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 90 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
org/apache/hadoop/hbase/master/snapshot/RestoreSnapshotHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 133 |
org/apache/hadoop/hbase/master/snapshot/SnapshotHFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/master/snapshot/SnapshotLogCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 52 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 92 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 668 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 735 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1040 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1101 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1105 |
org/apache/hadoop/hbase/master/snapshot/TakeSnapshotHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.locks.ReentrantLock. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 38 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 64 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
org/apache/hadoop/hbase/master/snapshot/TestSnapshotFileCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Iterables' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils' import. | 42 |
org/apache/hadoop/hbase/master/snapshot/TestSnapshotHFileCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils' import. | 39 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 80 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 111 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 123 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 174 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 180 |
org/apache/hadoop/hbase/master/snapshot/TestSnapshotLogCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils' import. | 30 |
org/apache/hadoop/hbase/master/snapshot/TestSnapshotManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.executor.ExecutorService' import. | 33 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 65 |
org/apache/hadoop/hbase/metrics/BaseSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 102 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 113 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
org/apache/hadoop/hbase/metrics/TestBaseSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 |
org/apache/hadoop/hbase/migration/NamespaceUpgrade.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.access.AccessControlLists' import. | 53 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 60 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 100 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 101 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 102 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 104 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 107 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 109 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 110 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26, 27. | 124 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 26, 27. | 125 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 426 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 |
| Error | indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 4. | 523 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
org/apache/hadoop/hbase/migration/TestNamespaceUpgrade.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 44 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 88 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 89 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 90 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 91 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 92 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 93 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 94 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 162 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 198 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 201 |
org/apache/hadoop/hbase/migration/TestUpgradeTo96.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.FileLink' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
org/apache/hadoop/hbase/migration/UpgradeTo96.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 75 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 |
org/apache/hadoop/hbase/monitoring/LogMonitoring.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
org/apache/hadoop/hbase/monitoring/MemoryBoundedLogMessageBuffer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 29 |
| Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 |
| Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
org/apache/hadoop/hbase/monitoring/MonitoredRPCHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 23 |
org/apache/hadoop/hbase/monitoring/MonitoredRPCHandlerImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 167 |
org/apache/hadoop/hbase/monitoring/MonitoredTaskImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
org/apache/hadoop/hbase/monitoring/StateDumpServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/monitoring/TaskMonitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 6 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 160 |
org/apache/hadoop/hbase/monitoring/TestTaskMonitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
org/apache/hadoop/hbase/monitoring/ThreadMonitoring.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
org/apache/hadoop/hbase/mttr/IntegrationTestMTTR.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.chaos.actions.Action' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 77 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 128 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 333 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 336 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 616 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 617 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 618 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 619 |
org/apache/hadoop/hbase/namespace/NamespaceStateManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
org/apache/hadoop/hbase/namespace/NamespaceTableAndRegionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 22 |
org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 87 |
org/apache/hadoop/hbase/procedure/MasterProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
org/apache/hadoop/hbase/procedure/Procedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 358 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
org/apache/hadoop/hbase/procedure/ProcedureCoordinator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
org/apache/hadoop/hbase/procedure/ProcedureCoordinatorRpcs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
org/apache/hadoop/hbase/procedure/ProcedureManagerHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
org/apache/hadoop/hbase/procedure/ProcedureMember.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 176 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 177 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 178 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 179 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 181 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 182 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 184 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 185 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
org/apache/hadoop/hbase/procedure/ProcedureMemberRpcs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
org/apache/hadoop/hbase/procedure/RegionServerProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/procedure/SimpleRSProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
org/apache/hadoop/hbase/procedure/Subprocedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
org/apache/hadoop/hbase/procedure/TestProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 33 |
org/apache/hadoop/hbase/procedure/TestProcedureCoordinator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 108 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 129 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 140 |
| Error | coding | EmptyStatement | Empty statement. | 140 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 160 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 161 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 170 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 172 |
| Error | coding | EmptyStatement | Empty statement. | 172 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 269 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 278 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
org/apache/hadoop/hbase/procedure/TestProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 30 |
org/apache/hadoop/hbase/procedure/TestProcedureMember.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.mockito.Mockito.verify. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 38 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 102 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 405 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 430 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 438 |
org/apache/hadoop/hbase/procedure/TestZKProcedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 58 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 131 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 134 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 143 |
| Error | indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 160 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 169 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 170 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 172 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 173 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 174 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 175 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 176 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 177 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 180 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 184 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 213 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 218 |
| Error | indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 236 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 253 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 256 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 273 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 274 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 276 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 277 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 278 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 279 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 280 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 288 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 306 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 336 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 360 |
org/apache/hadoop/hbase/procedure/TestZKProcedureControllers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 50 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 121 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 127 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 208 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 222 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 289 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 303 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
org/apache/hadoop/hbase/procedure/ZKProcedureCoordinatorRpcs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 219 |
org/apache/hadoop/hbase/procedure/ZKProcedureMemberRpcs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 34 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
org/apache/hadoop/hbase/procedure/ZKProcedureUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
org/apache/hadoop/hbase/procedure/flush/MasterFlushTableProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
org/apache/hadoop/hbase/procedure/flush/RegionServerFlushTableProcedureManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 296 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
org/apache/hadoop/hbase/procedure2/Procedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 60 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 436 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 442 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 640 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 649 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 671 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 674 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 696 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 717 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 891 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 915 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 972 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1338 |
org/apache/hadoop/hbase/procedure2/ProcedureTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.NoopProcedureStore' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 45 |
| Error | design | FinalClass | Class ProcedureTestingUtility should be declared as final. | 49 |
| Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 263 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 269 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
org/apache/hadoop/hbase/procedure2/RemoteProcedureException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
org/apache/hadoop/hbase/procedure2/RootProcedureState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 159 |
org/apache/hadoop/hbase/procedure2/TestProcedureExecution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 41 |
| Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 81 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 215 |
org/apache/hadoop/hbase/procedure2/TestProcedureNonce.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MasterTests' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 44 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 125 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 239 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 240 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 265 |
org/apache/hadoop/hbase/procedure2/TestProcedureRecovery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 44 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 112 |
org/apache/hadoop/hbase/procedure2/TestProcedureReplayOrder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 42 |
| Error | blocks | LeftCurly | '{' at column 51 should have line break after. | 194 |
org/apache/hadoop/hbase/procedure2/TestProcedureToString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 105 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 107 |
org/apache/hadoop/hbase/procedure2/TestYieldProcedures.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.List. | 25 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.TimeoutException. | 26 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureState. | 36 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.EnvironmentEdgeManager. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 42 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 46 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 47 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 49 |
| Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 207 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 208 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 362 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 363 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 364 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 366 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 368 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 369 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 370 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 372 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 374 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 375 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 376 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 378 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 380 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 381 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 382 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 384 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 386 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 387 |
org/apache/hadoop/hbase/procedure2/store/ProcedureStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ProcedureInfo' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
org/apache/hadoop/hbase/procedure2/store/TestProcedureStoreTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.InputStream. | 21 |
| Error | imports | UnusedImports | Unused import - java.io.OutputStream. | 22 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 24 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 34 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 27 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFormat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureLoader' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 39 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFormatReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ProcedureInfo' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureIterator' import. | 31 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 260 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 262 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 263 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 264 |
| Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 265 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 691 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALLoaderPerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.lang.System.currentTimeMillis' import. | 43 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 143 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALPerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.fs.*. | 32 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.conf.*. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.*' import. | 33 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.procedure2.util.*. | 36 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALPrettyPrinter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.CommandLineParser. | 26 |
org/apache/hadoop/hbase/procedure2/store/wal/TestStressWALProcedureStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 29 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileStatus. | 29 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.procedure2.Procedure. | 32 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 38 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.IOUtils. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 46 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 47 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 49 |
| Error | blocks | LeftCurly | '{' at column 19 should have line break after. | 114 |
org/apache/hadoop/hbase/procedure2/store/wal/TestWALProcedureStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Iterator. | 27 |
| Error | imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 50 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 54 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 466 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 468 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 470 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 471 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 472 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 473 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 474 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 475 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 476 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 477 |
| Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 529 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 535 |
org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.LinkedTransferQueue' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 633 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 814 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 837 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 865 |
org/apache/hadoop/hbase/procedure2/util/StringUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
org/apache/hadoop/hbase/procedure2/util/TestTimeoutBlockingQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 34 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 35 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 37 |
org/apache/hadoop/hbase/procedure2/util/TimeoutBlockingQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 23 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.WALProtos.BulkLoadDescriptor' import. | 134 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 158 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 175 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 270 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 292 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 384 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 413 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 414 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 415 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 416 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 417 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 418 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 419 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 420 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 421 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 422 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 423 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 424 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 434 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 435 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 436 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 437 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 438 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 439 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 440 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 441 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 442 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 443 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 444 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 445 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 717 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 799 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 860 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 956 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1043 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1232 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1233 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1234 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1246 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1274 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1344 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1385 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1408 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1506 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1508 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1513 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1514 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1515 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1516 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1517 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1518 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1519 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1520 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1521 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1531 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1536 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1537 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1538 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1539 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1540 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1541 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1542 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1543 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1544 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1545 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1558 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1583 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1585 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1586 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1588 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1611 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1613 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1615 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1651 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1663 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1664 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1701 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1702 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1704 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1723 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1724 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1725 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1744 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1745 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1746 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1748 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1771 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1791 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1792 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1810 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1812 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1844 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1902 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1903 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1904 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1905 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1922 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1923 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1924 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1927 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1979 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2021 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2022 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2046 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2066 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2081 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 2114 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 2137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2207 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2336 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2358 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2382 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2410 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2614 |
| Error | indentation | Indentation | 'T' have incorrect indentation level 2, expected level should be 4. | 2618 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2741 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2745 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2827 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2831 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2838 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2840 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2843 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2858 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2870 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2874 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2881 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2883 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2886 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2901 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2953 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2958 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2959 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2960 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2961 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2962 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2963 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2964 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2965 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2966 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2967 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2968 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2969 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2970 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2971 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2972 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2973 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2979 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2984 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2985 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2986 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2987 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2988 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2989 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2990 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2991 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2992 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2993 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2994 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2995 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2996 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2997 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 2998 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 2999 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3005 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3010 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3011 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3012 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3013 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3014 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3015 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3016 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3017 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3018 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3019 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3020 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3021 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3022 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3023 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3029 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3034 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3035 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3036 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3037 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3038 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3039 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3040 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3041 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3042 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3043 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3044 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3045 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3046 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3047 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3053 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3058 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3059 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3060 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3061 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3062 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3063 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3069 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3074 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3075 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3076 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3077 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3078 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3079 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3085 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3090 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3091 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3092 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3093 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3099 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3104 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3105 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 3106 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 3107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3240 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3241 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3242 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3316 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3317 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 3318 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 3319 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 3320 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 3321 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 3322 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 3323 |
org/apache/hadoop/hbase/protobuf/ReplicationProtbufUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 48 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 76 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
org/apache/hadoop/hbase/protobuf/RequestConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScannable' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 629 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 630 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 738 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 740 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 741 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 743 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 744 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 745 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 746 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 753 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 754 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 755 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 763 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 765 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 766 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 774 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 776 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 777 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 779 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 780 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 781 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 782 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 792 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 795 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 796 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 797 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 798 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 799 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 801 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 802 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 803 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 804 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 806 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 807 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 808 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 820 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 823 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 824 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 826 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 827 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 828 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 829 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 830 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 831 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 838 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 840 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 841 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 842 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 843 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 6. | 844 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 845 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 6. | 846 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 847 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 848 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 849 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 850 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 859 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 861 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 862 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 864 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 865 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 866 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 867 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 868 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 869 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 870 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 882 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 882 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 907 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 910 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 911 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 914 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 915 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 916 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 917 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 918 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 919 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 920 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 929 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 931 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 932 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 934 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 935 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 936 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 937 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 938 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 939 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 970 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 972 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 973 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 975 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 976 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 977 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 978 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 979 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 980 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 981 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 1 has parse error. Unrecognized error from ANTLR parser: null | 983 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 986 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 994 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 995 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 996 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 1001 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 1009 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1010 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 1011 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 1019 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1020 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1021 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 1022 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 1023 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1045 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1046 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1047 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1048 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1049 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1051 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1069 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1070 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1089 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1090 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1174 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1238 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1330 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1354 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1369 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1409 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1480 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 |
org/apache/hadoop/hbase/protobuf/ResponseConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiResponse' import. | 49 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Error | indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 217 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 217 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
| Error | indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 247 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 247 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 377 |
org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
org/apache/hadoop/hbase/protobuf/TestReplicationProtobuf.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
org/apache/hadoop/hbase/quotas/AverageIntervalRateLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
org/apache/hadoop/hbase/quotas/DefaultOperationQuota.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
org/apache/hadoop/hbase/quotas/FixedIntervalRateLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
org/apache/hadoop/hbase/quotas/MasterQuotaManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.procedure.CreateTableProcedure' import. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 404 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 405 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 406 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 407 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 408 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 409 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 410 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 411 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 412 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 413 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 414 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 415 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 416 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 417 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 418 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 419 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 420 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 421 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 422 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 423 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 424 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 425 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 426 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 427 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 428 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 429 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 430 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 431 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 432 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 433 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 434 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 435 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 436 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 437 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 438 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 439 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 440 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 441 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 442 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 443 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 444 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 445 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 446 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 447 |
org/apache/hadoop/hbase/quotas/NoopQuotaLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 16 |
org/apache/hadoop/hbase/quotas/QuotaCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
org/apache/hadoop/hbase/quotas/QuotaLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 23 |
org/apache/hadoop/hbase/quotas/QuotaLimiterFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class QuotaLimiterFactory should be declared as final. | 18 |
org/apache/hadoop/hbase/quotas/QuotaRetriever.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
org/apache/hadoop/hbase/quotas/QuotaSettings.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 111 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 112 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 113 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 114 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 115 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 116 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 117 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 118 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 119 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 121 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 122 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 123 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 124 |
org/apache/hadoop/hbase/quotas/QuotaSettingsFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class QuotaSettingsFactory should be declared as final. | 25 |
org/apache/hadoop/hbase/quotas/QuotaTableUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
org/apache/hadoop/hbase/quotas/QuotaUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
org/apache/hadoop/hbase/quotas/RateLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 19 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 75 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 76 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 77 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 78 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 80 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 81 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 82 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 83 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 84 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 86 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 87 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 88 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 89 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 90 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
org/apache/hadoop/hbase/quotas/RegionServerQuotaManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 124 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 126 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 127 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 128 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 130 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 131 |
org/apache/hadoop/hbase/quotas/TestQuotaAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 122 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 123 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 124 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 125 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 126 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 127 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 128 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 129 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 130 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 131 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 132 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 133 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 135 |
org/apache/hadoop/hbase/quotas/TestRateLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 181 |
org/apache/hadoop/hbase/quotas/ThrottleSettings.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 69 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 70 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 71 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 72 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 73 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 74 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 75 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 76 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 77 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 78 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 79 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 80 |
org/apache/hadoop/hbase/quotas/ThrottlingException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 21. | 39 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 21. | 40 |
org/apache/hadoop/hbase/quotas/TimeBasedLimiter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class TimeBasedLimiter should be declared as final. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
org/apache/hadoop/hbase/quotas/UserQuotaState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
org/apache/hadoop/hbase/regionserver/AnnotationReadingPriorityFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 84 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 85 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 87 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 88 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 89 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 90 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 91 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
org/apache/hadoop/hbase/regionserver/BaseRowProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 31 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 39 |
org/apache/hadoop/hbase/regionserver/ColumnTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
org/apache/hadoop/hbase/regionserver/CompactSplitThread.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 147 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 150 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 151 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 500 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
org/apache/hadoop/hbase/regionserver/CompactionRequestor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
org/apache/hadoop/hbase/regionserver/CompactionTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputSplit' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 54 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegion. | 55 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 56 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.JobUtil' import. | 59 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 110 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 462 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 465 |
org/apache/hadoop/hbase/regionserver/CreateRandomStoreFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 259 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
org/apache/hadoop/hbase/regionserver/DataBlockEncodingTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 183 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 245 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 16, expected level should be 12. | 291 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 606 |
org/apache/hadoop/hbase/regionserver/DefaultHeapMemoryTuner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.HFILE_BLOCK_CACHE_SIZE_KEY' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 175 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 184 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 190 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 251 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 252 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 257 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 258 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 259 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 260 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 261 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 262 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 263 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 264 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 265 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 266 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 267 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 268 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 273 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 274 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 275 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 276 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 277 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 278 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 279 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 280 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 281 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 285 |
org/apache/hadoop/hbase/regionserver/DefaultMemStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 360 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 394 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 442 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 446 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 608 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 608 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 696 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 896 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1132 |
org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 33 |
org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 37 |
org/apache/hadoop/hbase/regionserver/DefaultStoreFlusher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
org/apache/hadoop/hbase/regionserver/DelegatingKeyValueScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.KeyValueScanner. | 25 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.Store. | 26 |
org/apache/hadoop/hbase/regionserver/DeleteTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
org/apache/hadoop/hbase/regionserver/DisabledRegionSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
org/apache/hadoop/hbase/regionserver/EncodedSeekPerformanceTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 54 |
org/apache/hadoop/hbase/regionserver/ExplicitColumnTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 25 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 79 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
org/apache/hadoop/hbase/regionserver/FavoredNodesForRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
org/apache/hadoop/hbase/regionserver/FlushPolicyFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
org/apache/hadoop/hbase/regionserver/FlushRequestListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
org/apache/hadoop/hbase/regionserver/FlushRequester.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
org/apache/hadoop/hbase/regionserver/GetClosestRowBeforeTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
org/apache/hadoop/hbase/regionserver/HRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 187 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 368 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 369 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 611 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 613 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 614 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 615 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 616 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 617 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 621 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 642 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 643 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 644 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 645 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 646 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 757 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 902 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 989 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1040 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1057 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1072 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 1109 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 1110 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1122 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1290 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1291 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1292 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1294 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1296 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1297 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1299 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 1301 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1303 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 1304 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1305 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1306 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1308 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1310 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1311 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1321 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1322 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1326 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1327 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1362 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1363 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1367 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1368 |
| Error | sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 1395 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1589 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1699 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1702 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1704 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1707 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1917 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1952 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1953 |
| Error | sizes | MethodLength | Method length is 197 lines (max allowed is 150). | 2159 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 2293 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2340 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2372 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2408 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2533 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 2584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2659 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2686 |
| Error | sizes | MethodLength | Method length is 406 lines (max allowed is 150). | 2975 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3125 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3147 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 3218 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3331 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3405 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3455 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3456 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3457 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3458 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3459 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3460 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3461 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3462 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3463 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3464 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3465 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3466 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3467 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3468 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3469 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3470 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3471 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3472 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3473 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3474 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3552 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3553 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3554 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3555 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3556 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3557 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3558 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3559 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3560 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3561 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3562 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3563 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3564 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3565 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3566 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3567 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3568 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3569 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 3570 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 3571 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3645 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3695 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 3727 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3728 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3737 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3762 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3763 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3784 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3785 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3928 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3930 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3931 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3952 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3959 |
| Error | sizes | MethodLength | Method length is 185 lines (max allowed is 150). | 4041 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 4224 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4312 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4313 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4314 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4315 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4316 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4317 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4318 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4319 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4320 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4321 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4322 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4323 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4324 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4325 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 4326 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4575 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4576 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4577 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4578 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4619 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 4984 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 4985 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 4986 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5026 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5077 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5127 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<byte[' while parsing HTML_ELEMENT | 5392 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5771 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5804 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5829 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5853 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5854 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5855 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5856 |
| Error | sizes | MethodLength | Method length is 211 lines (max allowed is 150). | 5876 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6037 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6078 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6090 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6096 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6106 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 32 has parse error. Missed HTML close tag 'KeyValue'. Sometimes it means that close tag missed for one of previous tags. | 6132 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 6152 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6240 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6242 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6243 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6244 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6245 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6246 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6288 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6304 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6309 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6348 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 6356 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 6357 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6374 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6399 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6416 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6417 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6421 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6435 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6436 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6437 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6443 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6459 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6460 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6461 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6464 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6478 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6479 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6480 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6485 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6510 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6511 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6512 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6514 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6530 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6531 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6532 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6536 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6554 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6555 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6556 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6560 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6567 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6581 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6600 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6629 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6672 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6690 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6714 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6789 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6823 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 6926 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 6927 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 6928 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 6946 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6986 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6990 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6992 |
| Error | sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 7038 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 7235 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 61 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 7258 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7261 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 7265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7272 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7276 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7291 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7312 |
| Error | sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 7325 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7500 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7612 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7636 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7657 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7720 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7722 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7727 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7742 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7743 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7744 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7747 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7748 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7778 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7815 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7829 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7830 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7831 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7833 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7839 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7860 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 7940 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 8057 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8169 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 8171 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8172 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8173 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8174 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8175 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8176 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8177 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8178 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8179 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 8181 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 8183 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 8185 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 8186 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 8187 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 8188 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8222 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 8245 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 8246 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 8248 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 8249 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 8259 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 8260 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8330 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 8332 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 8333 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 8334 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8335 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8336 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8338 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8339 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8341 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8342 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8343 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8345 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8346 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8347 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8348 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8393 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 8418 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 7, expected level should be 6. | 8420 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 8421 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 8421 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8477 |
org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 1, expected level should be 2. | 110 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 308 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 496 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 685 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 826 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 910 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 990 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 993 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1003 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1016 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1017 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1019 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1046 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1056 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1079 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1080 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1081 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1084 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1099 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1101 |
org/apache/hadoop/hbase/regionserver/HRegionServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.lang.management.ManagementFactory. | 24 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 184 |
| Error | design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 684 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 698 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 703 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 718 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 730 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 731 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 815 |
| Error | sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 887 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 982 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1005 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1006 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1008 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1009 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1010 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1011 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1024 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1037 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1244 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 10. | 1286 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1522 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1556 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1562 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1634 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1642 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1742 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1743 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1744 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1745 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1746 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1783 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1796 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 1950 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2174 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2175 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2177 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2179 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2198 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2214 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2223 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2317 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2332 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2414 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2419 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2506 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2701 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2702 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2738 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2743 |
| Error | indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 2744 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 2745 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 2746 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 2747 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 2748 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 2749 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 2750 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 2751 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2752 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 2753 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2904 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2931 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2945 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3052 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 5, expected level should be 4. | 3074 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 3147 |
| Error | blocks | LeftCurly | '{' at column 48 should have line break after. | 3169 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 3170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3270 |
org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 29 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
org/apache/hadoop/hbase/regionserver/HStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 85 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 239 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 469 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 481 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 550 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 552 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 564 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 607 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 609 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 669 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 775 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 776 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 777 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 780 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 874 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 880 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 906 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 907 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 909 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1316 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1393 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1668 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1678 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1698 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1838 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1839 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1934 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1942 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1950 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1953 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1958 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1959 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1963 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1965 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1984 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2007 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2009 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2219 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2365 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be 4. | 2506 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2506 |
org/apache/hadoop/hbase/regionserver/HeapMemStoreLAB.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 34 |
org/apache/hadoop/hbase/regionserver/HeapMemoryManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.lang.management.ManagementFactory. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 205 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 208 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 230 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 369 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 370 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 371 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 372 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 373 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 374 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 375 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 377 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 458 |
org/apache/hadoop/hbase/regionserver/HeapMemoryTuner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
org/apache/hadoop/hbase/regionserver/IncreasingToUpperBoundRegionSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
org/apache/hadoop/hbase/regionserver/InternalScan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 57 |
org/apache/hadoop/hbase/regionserver/InternalScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
org/apache/hadoop/hbase/regionserver/KeyPrefixRegionSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
org/apache/hadoop/hbase/regionserver/KeyValueHeap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
org/apache/hadoop/hbase/regionserver/KeyValueScanFixture.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.KeyValueScanner. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
org/apache/hadoop/hbase/regionserver/KeyValueScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 |
org/apache/hadoop/hbase/regionserver/LeaseException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/regionserver/Leases.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ConcurrentModificationException' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
org/apache/hadoop/hbase/regionserver/LogRoller.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 40 |
| Error | imports | RedundantImport | Duplicate import to line 24 - java.util.concurrent.atomic.AtomicBoolean. | 41 |
| Error | imports | RedundantImport | Duplicate import to line 25 - java.util.concurrent.locks.ReentrantLock. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 179 |
org/apache/hadoop/hbase/regionserver/LruHashMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 53 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 |
| Error | indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 4. | 110 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 143 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 318 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 348 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 416 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 422 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 423 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 424 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 424 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 440 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 458 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 541 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 542 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 543 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 544 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 545 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 546 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 548 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 549 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 551 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 552 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 553 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 554 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 555 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 556 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 557 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 558 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 559 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 560 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 562 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 585 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 586 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 587 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 588 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 589 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 590 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 593 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 594 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 595 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 596 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 597 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 598 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 599 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 600 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 601 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 602 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 603 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 604 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 606 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 926 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1032 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1033 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 1034 |
org/apache/hadoop/hbase/regionserver/MemStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 |
org/apache/hadoop/hbase/regionserver/MemStoreChunkPool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Counter' import. | 61 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | design | FinalClass | Class FlushHandler should be declared as final. | 231 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 438 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 439 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 482 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 483 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 484 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 487 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 488 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 503 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 707 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 747 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 762 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 763 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 801 |
org/apache/hadoop/hbase/regionserver/MemStoreLAB.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
org/apache/hadoop/hbase/regionserver/MetricsRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceFactoryImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 45 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 133 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 39 |
org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 29 |
org/apache/hadoop/hbase/regionserver/MiniBatchOperationInProgress.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | indentation | Indentation | 'MultiRowMutationProcessorResponse' have incorrect indentation level 0, expected level should be 2. | 43 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
org/apache/hadoop/hbase/regionserver/MultiVersionConcurrencyControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 |
org/apache/hadoop/hbase/regionserver/NoOpHeapMemoryTuner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
org/apache/hadoop/hbase/regionserver/NoOpScanPolicyObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 60 |
org/apache/hadoop/hbase/regionserver/NoSuchColumnFamilyException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 23 |
org/apache/hadoop/hbase/regionserver/NonLazyKeyValueScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/regionserver/NonReversedNonLazyKeyValueScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/regionserver/OOMERegionServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 33 |
org/apache/hadoop/hbase/regionserver/OnlineRegions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 69 |
org/apache/hadoop/hbase/regionserver/OperationStatus.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.OperationStatusCode' import. | 22 |
org/apache/hadoop/hbase/regionserver/RSDumpServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
org/apache/hadoop/hbase/regionserver/RSRpcServices.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 174 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 384 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 397 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 527 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 604 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 609 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 631 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 691 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 692 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 693 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 694 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 695 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 696 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 697 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 698 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 700 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 701 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 702 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 703 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 704 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 705 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 706 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 752 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 754 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 834 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 836 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 839 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 897 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1455 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1520 |
| Error | sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 1522 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1597 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1706 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1756 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1857 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1885 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1908 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1951 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2046 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2248 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2278 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2280 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2281 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2282 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2284 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2285 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2286 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2287 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2288 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2289 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2290 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2291 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2292 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2293 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2294 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2295 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2297 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2298 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2300 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2301 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2302 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2304 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2305 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2307 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2308 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2309 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2310 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2311 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2312 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2313 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2314 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2315 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2316 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2317 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2318 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2319 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2320 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2321 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2322 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2323 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2324 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2326 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2327 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2329 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2330 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2331 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2333 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2334 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2336 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2337 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2338 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2339 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2340 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2341 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2342 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2343 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2344 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2348 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2366 |
| Error | sizes | MethodLength | Method length is 410 lines (max allowed is 150). | 2368 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 2400 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 2697 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2741 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 2769 |
org/apache/hadoop/hbase/regionserver/RSStatusServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/regionserver/Region.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 444 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 448 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 530 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 574 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 663 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 |
org/apache/hadoop/hbase/regionserver/RegionAlreadyInTransitionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 77 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 393 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 393 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 522 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 529 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 532 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 534 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 535 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 592 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 595 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 596 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 597 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 605 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 626 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 629 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 630 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 631 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 657 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 660 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 661 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 662 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 873 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 879 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 882 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 883 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 884 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 897 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 900 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 901 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 902 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 928 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 997 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 999 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1047 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1056 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1059 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1061 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1062 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1073 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1081 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1084 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1086 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1087 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1108 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1110 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1111 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1122 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1131 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1134 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1136 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1137 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1148 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1156 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1159 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1161 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1162 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1180 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1183 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1185 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1186 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1192 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1201 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1202 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1203 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1209 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1215 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1218 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1219 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1220 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1226 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1232 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1235 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1236 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1237 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1243 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1249 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1252 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1253 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1254 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1280 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1283 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1284 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1285 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1291 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1297 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1300 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1301 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1302 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1314 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1317 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1318 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1319 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1331 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1334 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1335 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1336 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1344 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1351 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1354 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1355 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1363 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1372 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1375 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1376 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1388 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1393 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1396 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1399 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1400 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1433 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1434 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1435 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1437 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1472 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1527 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1533 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1536 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1537 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1538 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1566 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1570 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1577 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1580 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1581 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1582 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1590 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1594 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1601 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1604 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1605 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1606 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1613 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1616 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1617 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1618 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1625 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1628 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1629 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1630 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1647 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1650 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1651 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1652 |
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 1679 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 1680 |
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 1699 |
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 1700 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1710 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1730 |
org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DroppedSnapshotException' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
org/apache/hadoop/hbase/regionserver/RegionMergeTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
org/apache/hadoop/hbase/regionserver/RegionMergeTransactionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 605 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 635 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 730 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 731 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 732 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 815 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 816 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 822 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 847 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 862 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 937 |
org/apache/hadoop/hbase/regionserver/RegionScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
org/apache/hadoop/hbase/regionserver/RegionServerServices.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.RegionServerQuotaManager' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 40 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 69 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
org/apache/hadoop/hbase/regionserver/ReplicationService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
org/apache/hadoop/hbase/regionserver/ReplicationSinkService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
org/apache/hadoop/hbase/regionserver/ReversedKeyValueHeap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
org/apache/hadoop/hbase/regionserver/ReversedRegionScannerImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 69 |
org/apache/hadoop/hbase/regionserver/ReversedStoreScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
org/apache/hadoop/hbase/regionserver/RowProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
org/apache/hadoop/hbase/regionserver/RowTooBigException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionException' import. | 22 |
org/apache/hadoop/hbase/regionserver/RpcSchedulerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 40 |
org/apache/hadoop/hbase/regionserver/ScanDeleteTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 122 |
org/apache/hadoop/hbase/regionserver/ScanInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Error | sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 282 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
| Error | indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 6. | 408 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 429 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 430 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 431 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 432 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 434 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 435 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 436 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 437 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 438 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 439 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 441 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 577 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 729 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 732 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 735 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 738 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 741 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 744 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 747 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 750 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 753 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 756 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 759 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 762 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 765 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 768 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 771 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 774 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 777 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 780 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 783 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 786 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 789 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 792 |
| Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 795 |
org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
org/apache/hadoop/hbase/regionserver/ScannerContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 40 has parse error. Missed HTML close tag 'Cell'. Sometimes it means that close tag missed for one of previous tags. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 |
org/apache/hadoop/hbase/regionserver/ScannerIdGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 24 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 28 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 44 |
org/apache/hadoop/hbase/regionserver/ServerNonceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 98 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
org/apache/hadoop/hbase/regionserver/ShutdownHook.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
org/apache/hadoop/hbase/regionserver/SimpleRpcSchedulerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 38 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
org/apache/hadoop/hbase/regionserver/SplitLogWorker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 45 |
org/apache/hadoop/hbase/regionserver/SplitRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DroppedSnapshotException' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
org/apache/hadoop/hbase/regionserver/SplitTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 233 |
org/apache/hadoop/hbase/regionserver/SplitTransactionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 62 |
| Error | design | VisibilityModifier | Variable 'std' must be private and have accessor methods. | 75 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 299 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 409 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 587 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 702 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 777 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 798 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 852 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 865 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 905 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 908 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 946 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 947 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 948 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 950 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 953 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 954 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 955 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 957 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 958 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 959 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 960 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 962 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 963 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 969 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 970 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 971 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 973 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 974 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 975 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 977 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 978 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 979 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 981 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 982 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 983 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 985 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 986 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 986 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 987 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 989 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 994 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 997 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 998 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 999 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1000 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1001 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1002 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1003 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1004 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1005 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1006 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1008 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1009 |
org/apache/hadoop/hbase/regionserver/StatefulStoreMockMaker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Matchers.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 22 |
| Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 36 |
| Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 38 |
org/apache/hadoop/hbase/regionserver/SteppingSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 23 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 25 |
org/apache/hadoop/hbase/regionserver/Store.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 393 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
org/apache/hadoop/hbase/regionserver/StoreEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
org/apache/hadoop/hbase/regionserver/StoreFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 64 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 324 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Missed HTML close tag 'id-when-loaded'. Sometimes it means that close tag missed for one of previous tags. | 354 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 688 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 |
| Error | design | FinalClass | Class Writer should be declared as final. | 749 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 781 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 808 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 825 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 855 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 867 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 884 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 885 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 886 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 887 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 888 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 889 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 890 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 891 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 892 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 893 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 894 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 911 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 912 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 913 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 914 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 915 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 916 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 920 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 923 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 924 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 925 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 10, expected level should be 12. | 926 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 14. | 927 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1149 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1167 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 1210 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1276 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1277 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1297 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1429 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1449 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1568 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1632 |
org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 62 has parse error. Missed HTML close tag 'parentEncRegion'. Sometimes it means that close tag missed for one of previous tags. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 431 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 445 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 495 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 497 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 500 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 501 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 506 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 507 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 510 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 511 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 512 |
org/apache/hadoop/hbase/regionserver/StoreFileManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 30 |
org/apache/hadoop/hbase/regionserver/StoreFileScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 417 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 476 |
org/apache/hadoop/hbase/regionserver/StoreFlushContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
org/apache/hadoop/hbase/regionserver/StoreFlusher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
org/apache/hadoop/hbase/regionserver/StoreScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 157 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 158 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 161 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 162 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 163 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 164 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 411 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 412 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 413 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 414 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 430 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 430 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 431 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 433 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 435 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 437 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 438 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 449 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 450 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 |
| Error | sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 467 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 472 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 473 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 474 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 475 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 476 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 477 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 481 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 482 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 483 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 484 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 486 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 487 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 488 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 489 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 490 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 494 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 495 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 496 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 501 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 502 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 503 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 504 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 507 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 507 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 510 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 513 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 514 |
| Error | indentation | Indentation | 'label' child have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 516 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 518 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 519 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 520 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 521 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 522 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 523 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 525 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 525 |
| Error | indentation | Indentation | 'do..while' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 526 |
| Error | indentation | Indentation | 'do..while' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 527 |
| Error | indentation | Indentation | 'do..while' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 529 |
| Error | indentation | Indentation | 'do..while' child have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 530 |
| Error | indentation | Indentation | 'switch' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 531 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 532 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 533 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 534 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 536 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 537 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 539 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 540 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 542 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 543 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 546 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18. | 547 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 548 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 552 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 553 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 554 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 555 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 559 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 560 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 563 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 564 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 567 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 568 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 570 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18. | 571 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 573 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 574 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 576 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 577 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18. | 578 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 579 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 583 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 584 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 585 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 586 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 587 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 588 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 589 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 591 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 592 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 593 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 594 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 595 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 596 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 597 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 599 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 603 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 604 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 606 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 607 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 608 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 610 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 613 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 614 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 615 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 619 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 620 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 621 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 623 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 624 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 625 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 627 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 628 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 629 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 631 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 633 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 634 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 635 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 636 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 637 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 638 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 639 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 641 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 642 |
| Error | indentation | Indentation | 'switch rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 643 |
| Error | indentation | Indentation | 'do..while rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 644 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 644 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 646 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 647 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 648 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 651 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 652 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 664 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 665 |
| Error | indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 666 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 667 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 668 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 670 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 671 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 672 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 673 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 674 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 675 |
| Error | indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 676 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 677 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 678 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 680 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 681 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 682 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 683 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 684 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 685 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 695 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 695 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 702 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 702 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 705 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 710 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 711 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 776 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 779 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 811 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 812 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 813 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 814 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 815 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 834 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 871 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 873 |
org/apache/hadoop/hbase/regionserver/StoreUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
org/apache/hadoop/hbase/regionserver/StripeMultiFileWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
org/apache/hadoop/hbase/regionserver/StripeStoreConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
org/apache/hadoop/hbase/regionserver/StripeStoreEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 |
org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 45 |
| Error | design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 93 |
| Error | design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 100 |
| Error | design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 103 |
| Error | design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 106 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 471 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 531 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 539 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 540 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 669 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 696 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 833 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 837 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 879 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 914 |
org/apache/hadoop/hbase/regionserver/StripeStoreFlusher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Error | indentation | Indentation | '" The Universe, and Everything"' have incorrect indentation level 4, expected level should be 6. | 127 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 197 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 203 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 481 |
| Error | coding | EmptyStatement | Empty statement. | 482 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 4. | 604 |
| Error | design | FinalClass | Class WrappedRowLock should be declared as final. | 645 |
org/apache/hadoop/hbase/regionserver/TestBlocksRead.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 39 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 58. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 132 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 202 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 432 |
org/apache/hadoop/hbase/regionserver/TestBlocksScanned.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 8, expected level should be 4. | 69 |
| Error | indentation | Indentation | 'method call rparen' have incorrect indentation level 8, expected level should be 4. | 85 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 103 |
| Error | coding | EmptyStatement | Empty statement. | 104 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 117 |
org/apache/hadoop/hbase/regionserver/TestBulkLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Matchers.*. | 62 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Matchers.*' import. | 62 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 69 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 114 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 115 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 116 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 117 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 118 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 119 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 120 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 121 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 122 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 14. | 123 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 140 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 141 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 142 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 143 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 144 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 145 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 146 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 147 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 148 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 14. | 149 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 179 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 180 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 181 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 182 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 183 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 18, 20. | 184 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 185 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 16, 18. | 186 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 14, 16. | 187 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 14. | 188 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 284 |
org/apache/hadoop/hbase/regionserver/TestCacheOnWriteInSchema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 55 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 110 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 113 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 114 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 117 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 119 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 268 |
org/apache/hadoop/hbase/regionserver/TestCellSkipListSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
org/apache/hadoop/hbase/regionserver/TestClusterId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 35 |
org/apache/hadoop/hbase/regionserver/TestColumnSeeking.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 162 |
| Error | coding | EmptyStatement | Empty statement. | 163 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 274 |
| Error | coding | EmptyStatement | Empty statement. | 275 |
org/apache/hadoop/hbase/regionserver/TestCompactSplitThread.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 24 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputControllerFactory. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.compactions.NoLimitCompactionThroughputController. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 34 |
org/apache/hadoop/hbase/regionserver/TestCompaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 57 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputController' import. | 65 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 68 |
| Error | imports | RedundantImport | Duplicate import to line 67 - org.apache.hadoop.hbase.wal.WAL. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 434 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 528 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 529 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 531 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 532 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 533 |
org/apache/hadoop/hbase/regionserver/TestCompactionState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HBaseAdmin' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 184 |
org/apache/hadoop/hbase/regionserver/TestCompactionWithCoprocessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.CoprocessorHost' import. | 21 |
org/apache/hadoop/hbase/regionserver/TestCompoundBloomFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 44 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 51. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 51. | 77 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 79 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 86 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 30. | 90 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 99 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 51. | 100 |
| Error | blocks | LeftCurly | '{' at column 10 should have line break after. | 101 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 55. | 104 |
| Error | blocks | LeftCurly | '{' at column 10 should have line break after. | 105 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 33 has parse error. Missed HTML close tag 'number'. Sometimes it means that close tag missed for one of previous tags. | 121 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
org/apache/hadoop/hbase/regionserver/TestCorruptedRegionStoreFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
org/apache/hadoop/hbase/regionserver/TestDefaultCompactSelection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 48 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 278 |
org/apache/hadoop/hbase/regionserver/TestDefaultMemStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 57 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 253 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 422 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 467 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 771 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 821 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 834 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 891 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1023 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 1091 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1107 |
org/apache/hadoop/hbase/regionserver/TestDefaultStoreEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor' import. | 27 |
org/apache/hadoop/hbase/regionserver/TestEncryptionKeyRotation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
org/apache/hadoop/hbase/regionserver/TestEncryptionRandomKeying.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 33 |
org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Iterators' import. | 76 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 447 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 519 |
org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 28 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
org/apache/hadoop/hbase/regionserver/TestFSErrorsExposed.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
org/apache/hadoop/hbase/regionserver/TestFailedAppendAndSync.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 107 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 130 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be 6. | 157 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 6, expected level should be 4. | 158 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 201 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 216 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
org/apache/hadoop/hbase/regionserver/TestFlushRegionEntry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 14 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MemStoreFlusher.FlushRegionEntry' import. | 21 |
org/apache/hadoop/hbase/regionserver/TestGetClosestAtOrBefore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 6. | 77 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 78 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 79 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 8. | 80 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 8. | 81 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 82 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 86 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 87 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 10. | 88 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 8. | 89 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 6. | 90 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 91 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 6. | 92 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 93 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 6, expected level should be 8. | 97 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 98 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 6, expected level should be 8. | 99 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 4, expected level should be 6. | 100 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 101 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 103 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 104 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 105 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 106 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 107 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 108 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 111 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 114 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 115 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 6. | 116 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 117 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 10. | 119 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 10. | 120 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 6, expected level should be 8. | 121 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 122 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 6, expected level should be 8. | 123 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 4, expected level should be 6. | 124 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 126 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 127 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 128 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 129 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 130 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 131 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 132 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 133 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 134 |
org/apache/hadoop/hbase/regionserver/TestHRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be one of the following: 14, 16. | 1175 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1320 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1433 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1435 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1452 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1454 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1588 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2788 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 2813 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3011 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3489 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 3491 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 3493 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3497 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3509 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3536 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 3785 |
| Error | coding | EmptyStatement | Empty statement. | 3786 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 3915 |
| Error | coding | EmptyStatement | Empty statement. | 3916 |
| Error | design | FinalClass | Class PutThread should be declared as final. | 3950 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4131 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 4200 |
| Error | coding | EmptyStatement | Empty statement. | 4201 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4284 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4285 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4332 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4333 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4370 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4379 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4380 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4399 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4432 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 4523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4550 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4637 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4697 |
| Error | coding | EmptyStatement | Empty statement. | 4702 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 4714 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 4735 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 5010 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 5024 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 5090 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5219 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5221 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5223 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5226 |
| Error | sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 5579 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6183 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 6198 |
| Error | indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 6. | 6212 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 6227 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 6348 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 6355 |
org/apache/hadoop/hbase/regionserver/TestHRegionFileSystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 41 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
org/apache/hadoop/hbase/regionserver/TestHRegionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 45 |
org/apache/hadoop/hbase/regionserver/TestHRegionOnCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MediumTests' import. | 43 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
org/apache/hadoop/hbase/regionserver/TestHRegionReplayEvents.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.regionserver.TestHRegion.*. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.TestHRegion.*' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.WALProtos.FlushDescriptor.FlushAction' import. | 67 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 93 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 282 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 320 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 322 |
| Error | coding | EmptyStatement | Empty statement. | 379 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 422 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 528 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 618 |
| Error | indentation | Indentation | '=' have incorrect indentation level 6, expected level should be 8. | 730 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 732 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 828 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 832 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 988 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1105 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1392 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1595 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1609 |
org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 65 |
| Error | imports | RedundantImport | Duplicate import to line 20 - com.google.common.collect.Lists. | 65 |
| Error | imports | ImportOrder | Wrong order for 'org.hamcrest.core.Is.is' import. | 73 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 149 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 218 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 225 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 243 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 244 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 347 |
org/apache/hadoop/hbase/regionserver/TestHeapMemoryManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Waiter' import. | 38 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 492 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 510 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 618 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 618 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 6. | 619 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 620 |
org/apache/hadoop/hbase/regionserver/TestJoinedScanners.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 42 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 81 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
org/apache/hadoop/hbase/regionserver/TestKeepDeletes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 274 |
| Error | coding | EmptyStatement | Empty statement. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 959 |
org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 206 |
| Error | coding | EmptyStatement | Empty statement. | 206 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 249 |
| Error | coding | EmptyStatement | Empty statement. | 249 |
org/apache/hadoop/hbase/regionserver/TestKeyValueScanFixture.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 39 |
org/apache/hadoop/hbase/regionserver/TestMajorCompaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 221 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
org/apache/hadoop/hbase/regionserver/TestMasterAddressTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Rule' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.experimental.categories.Category' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
org/apache/hadoop/hbase/regionserver/TestMemStoreLAB.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Iterables' import. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
org/apache/hadoop/hbase/regionserver/TestMetricsRegion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.test.MetricsAssertHelper' import. | 23 |
org/apache/hadoop/hbase/regionserver/TestMetricsRegionServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.test.MetricsAssertHelper' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 28 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 95 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 96 |
org/apache/hadoop/hbase/regionserver/TestMetricsRegionServerSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceFactory. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 24 |
org/apache/hadoop/hbase/regionserver/TestMetricsRegionServerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertSame' import. | 27 |
org/apache/hadoop/hbase/regionserver/TestMetricsRegionSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Map. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.math.stat.descriptive.DescriptiveStatistics. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 30 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 40 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 53 |
org/apache/hadoop/hbase/regionserver/TestMinVersions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 34 |
org/apache/hadoop/hbase/regionserver/TestMiniBatchOperationInProgress.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 25 |
org/apache/hadoop/hbase/regionserver/TestMinorCompaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 163 |
org/apache/hadoop/hbase/regionserver/TestMultiColumnScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 56. | 98 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 183 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Random' import. | 24 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
org/apache/hadoop/hbase/regionserver/TestParallelPut.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
org/apache/hadoop/hbase/regionserver/TestPerColumnFamilyFlush.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.hash.Hashing' import. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 |
org/apache/hadoop/hbase/regionserver/TestPriorityRpc.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.Superusers. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 49 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 138 |
org/apache/hadoop/hbase/regionserver/TestQosFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiRequest' import. | 26 |
org/apache/hadoop/hbase/regionserver/TestQueryMatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 30 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseConfiguration. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 207 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 208 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 209 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 210 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 211 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 212 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 222 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 223 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 224 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 225 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 226 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 227 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 235 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 262 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 263 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 264 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 265 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 266 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 267 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 276 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 277 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 278 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 279 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 280 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 281 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 289 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 289 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.LocalHBaseCluster' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 60 |
org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 44 |
org/apache/hadoop/hbase/regionserver/TestRecoveredEdits.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
org/apache/hadoop/hbase/regionserver/TestRegionIncrement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 186 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 189 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 221 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 224 |
org/apache/hadoop/hbase/regionserver/TestRegionMergeTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 58 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 429 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 462 |
org/apache/hadoop/hbase/regionserver/TestRegionMergeTransactionOnCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
org/apache/hadoop/hbase/regionserver/TestRegionReplicaFailover.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread' import. | 51 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 52, 53. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
org/apache/hadoop/hbase/regionserver/TestRegionReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 316 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 388 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 394 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 403 |
org/apache/hadoop/hbase/regionserver/TestRegionServerAbort.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 56 |
org/apache/hadoop/hbase/regionserver/TestRegionServerMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 22 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 34 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 288 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 369 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 445 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 496 |
org/apache/hadoop/hbase/regionserver/TestRegionServerNoMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NotServingRegionException' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 47 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 58 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 111 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 112 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 325 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 473 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 478 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 490 |
org/apache/hadoop/hbase/regionserver/TestRegionServerOnlineConfigChange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 201 |
org/apache/hadoop/hbase/regionserver/TestRegionServerReportForDuty.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.HMaster. | 34 |
org/apache/hadoop/hbase/regionserver/TestRegionSplitPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 304 |
org/apache/hadoop/hbase/regionserver/TestRemoveRegionMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
org/apache/hadoop/hbase/regionserver/TestResettingCounters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 32 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 55 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 58 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 61 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 81 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 86 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 90 |
org/apache/hadoop/hbase/regionserver/TestRowTooBig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
org/apache/hadoop/hbase/regionserver/TestSCVFWithMiniCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableExistsException' import. | 33 |
org/apache/hadoop/hbase/regionserver/TestScanDeleteTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.DeleteTracker.DeleteResult' import. | 25 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 |
org/apache/hadoop/hbase/regionserver/TestScanWithBloomError.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 150 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 180 |
org/apache/hadoop/hbase/regionserver/TestScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 385 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 386 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 475 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 498 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 498 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 |
org/apache/hadoop/hbase/regionserver/TestScannerHeartbeatMessages.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 575 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 595 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 597 |
org/apache/hadoop/hbase/regionserver/TestScannerRetriableFailure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.BaseRegionObserver' import. | 39 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 44 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 45 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSVisitor. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 55 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 56 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.fail. | 58 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
org/apache/hadoop/hbase/regionserver/TestScannerWithBulkload.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 4, expected level should be 6. | 160 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 |
org/apache/hadoop/hbase/regionserver/TestSeekOptimizations.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 461 |
org/apache/hadoop/hbase/regionserver/TestServerCustomProtocol.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 68 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 82 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 121 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 160 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 168 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 168 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 222 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 411 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 412 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 470 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 471 |
org/apache/hadoop/hbase/regionserver/TestServerNonceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
org/apache/hadoop/hbase/regionserver/TestSplitLogWorker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 42 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 164 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 167 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 168 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 170 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 186 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 189 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 193 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 5, expected level should be 6. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 461 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 |
org/apache/hadoop/hbase/regionserver/TestSplitTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 90 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 97 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 363 |
org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 645 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 856 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 857 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 858 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 859 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 934 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 935 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1010 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1042 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1251 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1273 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 4, expected level should be 2. | 1416 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 1418 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1419 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1420 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1421 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1421 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1422 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1423 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 1424 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 6, expected level should be 2. | 1425 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 6, expected level should be 2. | 1427 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 1429 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 1430 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 6. | 1432 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 1433 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 1434 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 6. | 1436 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 8. | 1438 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 10. | 1439 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 10. | 1440 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 10. | 1441 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 1442 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 6. | 1443 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 1444 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 1445 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 6, expected level should be 2. | 1448 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1500 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1543 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1544 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1546 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1547 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1548 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1549 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1576 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1594 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1595 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1597 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1603 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1604 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1644 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1678 |
org/apache/hadoop/hbase/regionserver/TestStore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 61 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 75 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 627 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 649 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 655 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 656 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 664 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 867 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 868 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 870 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1027 |
org/apache/hadoop/hbase/regionserver/TestStoreFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 64 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 68 |
| Error | imports | UnusedImports | Unused import - org.mockito.Mockito.spy. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 507 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 509 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 586 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 589 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 705 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 707 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 771 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 772 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 785 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 888 |
| Error | coding | EmptyStatement | Empty statement. | 888 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 908 |
| Error | coding | EmptyStatement | Empty statement. | 908 |
org/apache/hadoop/hbase/regionserver/TestStoreFileInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HFileLink' import. | 28 |
org/apache/hadoop/hbase/regionserver/TestStoreFileRefresherChore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 49 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 83 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 103 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 177 |
org/apache/hadoop/hbase/regionserver/TestStoreFileScannerWithTagCompression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 35 |
org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 35 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 87 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 88 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 136 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 484 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 4, expected level should be 6. | 576 |
org/apache/hadoop/hbase/regionserver/TestStripeCompactor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
org/apache/hadoop/hbase/regionserver/TestStripeStoreFileManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 119 |
| Error | coding | EmptyStatement | Empty statement. | 119 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 500 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 524 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 525 |
org/apache/hadoop/hbase/regionserver/TestTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 545 |
org/apache/hadoop/hbase/regionserver/TestTimeRangeTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 66 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 98 |
org/apache/hadoop/hbase/regionserver/TestWALLockup.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 115 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 160 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 251 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 269 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
| Error | sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 306 |
org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
org/apache/hadoop/hbase/regionserver/UnexpectedStateException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 21 |
org/apache/hadoop/hbase/regionserver/WrongRegionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 192 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionProgress.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'totalCompactingKVs' must be private and have accessor methods. | 37 |
| Error | design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 39 |
| Error | design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 41 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 34 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 139 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionThroughputControllerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 94 |
| Error | design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 96 |
| Error | design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 98 |
| Error | design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 100 |
| Error | design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 102 |
| Error | design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 104 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 141 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 165 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 250 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 252 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 253 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 254 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 255 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 6. | 256 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 8. | 257 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 6. | 263 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 264 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 265 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 8. | 266 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 6. | 267 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 5, expected level should be 4. | 268 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 294 |
org/apache/hadoop/hbase/regionserver/compactions/CurrentHourProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class CurrentHourProvider should be declared as final. | 25 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 27 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 109 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 122 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 6. | 123 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 124 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 125 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
org/apache/hadoop/hbase/regionserver/compactions/ExploringCompactionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/regionserver/compactions/MockStoreFileGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 25 |
| Error | imports | UnusedImports | Unused import - com.google.common.io.Files. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 32 |
org/apache/hadoop/hbase/regionserver/compactions/OffPeakHours.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 30 |
| Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 31 |
org/apache/hadoop/hbase/regionserver/compactions/PerfTestCompactionPolicies.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HStore' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 40 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 68 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 72 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 73 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 77 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 5, expected level should be one of the following: 4, 6. | 78 |
org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 149 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 202 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 203 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 206 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 210 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 212 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 215 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 216 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 218 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 224 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 |
org/apache/hadoop/hbase/regionserver/compactions/SpikyFileListGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 44 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 429 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreFile.Writer' import. | 39 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
org/apache/hadoop/hbase/regionserver/compactions/TestCompactionWithThroughputController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegion. | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 110 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 113 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 180 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 183 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 227 |
org/apache/hadoop/hbase/regionserver/compactions/TestStripeCompactionPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 79 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 47. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 6. | 425 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 427 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 525 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 527 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 781 |
org/apache/hadoop/hbase/regionserver/handler/CloseMetaHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coordination.CloseRegionCoordination' import. | 26 |
org/apache/hadoop/hbase/regionserver/handler/CloseRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 95 |
org/apache/hadoop/hbase/regionserver/handler/OpenMetaHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coordination.OpenRegionCoordination' import. | 27 |
org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 27 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 2 has parse error. Unrecognized error from ANTLR parser: null | 300 |
org/apache/hadoop/hbase/regionserver/handler/ParallelSeekHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
org/apache/hadoop/hbase/regionserver/handler/RegionReplicaFlushHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 115 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 8. | 127 |
org/apache/hadoop/hbase/regionserver/handler/TestCloseRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionTransition' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coordination.ZkCloseRegionCoordination' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 2. | 151 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 153 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 157 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 161 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 164 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 168 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 175 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 177 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 178 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 180 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 182 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 185 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 187 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 187 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 2. | 188 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 2. | 197 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 202 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 203 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 205 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 224 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 228 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 230 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 232 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 2. | 233 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 2. | 235 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 239 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 241 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 243 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 245 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 246 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 4. | 250 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 2. | 252 |
org/apache/hadoop/hbase/regionserver/handler/TestOpenRegionHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
org/apache/hadoop/hbase/regionserver/handler/WALSplitterHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 73 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 74 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 76 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 78 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 83 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 84 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 85 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 86 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 87 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 92 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 93 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 97 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region.Operation. | 37 |
org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 60 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 81 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 95 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 187 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 188 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 192 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 371 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
org/apache/hadoop/hbase/regionserver/wal/CompressionContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'regionDict' must be private and have accessor methods. | 39 |
| Error | design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 40 |
| Error | design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/regionserver/wal/Compressor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 88 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentHashMap. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 429 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 430 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 658 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 690 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 755 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 757 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 787 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 868 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 929 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1011 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1082 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1153 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1154 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1155 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1186 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1200 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1206 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1291 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1292 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1472 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1476 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1572 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1660 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1662 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1664 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1679 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1759 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1769 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1801 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1821 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1822 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1845 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1849 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1851 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1853 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1891 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1922 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1923 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1979 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1984 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2015 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2016 |
org/apache/hadoop/hbase/regionserver/wal/FSWALEntry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
org/apache/hadoop/hbase/regionserver/wal/FailedLogCloseException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/hbase/regionserver/wal/FailedSyncBeforeLogCloseException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
org/apache/hadoop/hbase/regionserver/wal/HLogKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 245 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 246 |
org/apache/hadoop/hbase/regionserver/wal/HLogPrettyPrinter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 20 |
| Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 23 |
| Error | imports | UnusedImports | Unused import - java.util.Date. | 24 |
| Error | imports | UnusedImports | Unused import - java.util.HashMap. | 25 |
| Error | imports | UnusedImports | Unused import - java.util.List. | 26 |
| Error | imports | UnusedImports | Unused import - java.util.Map. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.CommandLine. | 29 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.CommandLineParser. | 30 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.HelpFormatter. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.Options. | 32 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.ParseException. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.cli.PosixParser. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 38 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.Path. | 39 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseConfiguration. | 40 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 41 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 44 |
| Error | imports | UnusedImports | Unused import - org.codehaus.jackson.map.ObjectMapper. | 46 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 71 |
org/apache/hadoop/hbase/regionserver/wal/InstrumentedLogWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 35 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 36 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 38 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 39 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 41 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 42 |
org/apache/hadoop/hbase/regionserver/wal/KeyValueCompression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
org/apache/hadoop/hbase/regionserver/wal/MetricsWAL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 26 |
org/apache/hadoop/hbase/regionserver/wal/MetricsWALEditsReplay.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 24 |
org/apache/hadoop/hbase/regionserver/wal/MetricsWALSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 57 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 59 |
org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 47 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 103 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 153). | 106 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 183 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 188 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 190 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 192 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 194 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 195 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 196 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 197 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 198 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 194). | 234 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 371 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 450 |
org/apache/hadoop/hbase/regionserver/wal/ProtobufLogWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
org/apache/hadoop/hbase/regionserver/wal/ReaderBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
org/apache/hadoop/hbase/regionserver/wal/RingBufferTruck.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.lmax.disruptor.EventFactory' import. | 24 |
org/apache/hadoop/hbase/regionserver/wal/SecureProtobufLogReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 |
org/apache/hadoop/hbase/regionserver/wal/SecureProtobufLogWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 33 |
org/apache/hadoop/hbase/regionserver/wal/SecureWALCellCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 302 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 305 |
org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALProvider. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 48, 49. | 103 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 48, 49. | 104 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 48, 49. | 105 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 36, 37. | 114 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 217 |
org/apache/hadoop/hbase/regionserver/wal/SequenceIdAccounting.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 194 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 215 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 216 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 311 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 314 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 315 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 316 |
| Error | indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 317 |
| Error | indentation | Indentation | 'synchronized' child have incorrect indentation level 7, expected level should be 6. | 320 |
| Error | indentation | Indentation | 'synchronized' child have incorrect indentation level 7, expected level should be 6. | 321 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 322 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 333 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 347 |
| Error | indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 349 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 350 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 351 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 352 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 354 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 355 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 356 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 10. | 356 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 357 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 358 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 359 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 360 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 361 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 362 |
org/apache/hadoop/hbase/regionserver/wal/SyncFuture.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 145 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
org/apache/hadoop/hbase/regionserver/wal/TestCompressor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.util.Dictionary' import. | 31 |
org/apache/hadoop/hbase/regionserver/wal/TestCustomWALCellCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 21 |
org/apache/hadoop/hbase/regionserver/wal/TestDurability.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 232 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 238 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 241 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 242 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 243 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 244 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 245 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 246 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 248 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 249 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 250 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 251 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 252 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 253 |
org/apache/hadoop/hbase/regionserver/wal/TestFSHLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 |
org/apache/hadoop/hbase/regionserver/wal/TestKeyValueCompression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 28 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 35 |
org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 211 |
org/apache/hadoop/hbase/regionserver/wal/TestLogRollPeriod.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 37 |
org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 45 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 215 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 221 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 222 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 230 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 337 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 337 |
| Error | indentation | Indentation | 'dfsCluster' have incorrect indentation level 4, expected level should be 6. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 407 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 514 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 556 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 619 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 620 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 621 |
org/apache/hadoop/hbase/regionserver/wal/TestLogRollingNoCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.TreeMap. | 22 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 162 |
org/apache/hadoop/hbase/regionserver/wal/TestMetricsWAL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 28 |
org/apache/hadoop/hbase/regionserver/wal/TestMetricsWALSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 23 |
org/apache/hadoop/hbase/regionserver/wal/TestMetricsWALSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertSame' import. | 26 |
org/apache/hadoop/hbase/regionserver/wal/TestProtobufLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
org/apache/hadoop/hbase/regionserver/wal/TestReadOldRootAndMetaEdits.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 134 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 147 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 155 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 155 |
org/apache/hadoop/hbase/regionserver/wal/TestSecureWALReplay.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting' import. | 23 |
org/apache/hadoop/hbase/regionserver/wal/TestWALActionsListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 23 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL' import. | 35 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 43 |
org/apache/hadoop/hbase/regionserver/wal/TestWALCellCodecWithCompression.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec.Decoder' import. | 34 |
org/apache/hadoop/hbase/regionserver/wal/TestWALReplay.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 61 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.regionserver.*. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 761 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 763 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 915 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 917 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 16, 18. | 918 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 919 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 920 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 921 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 922 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1115 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1135 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1137 |
org/apache/hadoop/hbase/regionserver/wal/WALActionsListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 93 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 110 |
org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 51 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 104 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
org/apache/hadoop/hbase/regionserver/wal/WALEdit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
org/apache/hadoop/hbase/regionserver/wal/WALEditsReplaySink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
org/apache/hadoop/hbase/regionserver/wal/WALUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.TextFormat' import. | 37 |
| Error | design | FinalClass | Class WALUtil should be declared as final. | 44 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
org/apache/hadoop/hbase/regionserver/wal/WriterBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 44 |
org/apache/hadoop/hbase/replication/BaseReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 |
org/apache/hadoop/hbase/replication/ChainWALEntryFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 |
org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
org/apache/hadoop/hbase/replication/ReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.MetricsSource' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.Service' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 |
org/apache/hadoop/hbase/replication/ReplicationFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/replication/ReplicationPeer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
org/apache/hadoop/hbase/replication/ReplicationPeerZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
org/apache/hadoop/hbase/replication/ReplicationPeers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 |
org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 |
org/apache/hadoop/hbase/replication/ReplicationQueueInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 76 has parse error. Details: no viable alternative at input '<server name>' while parsing HTML_ELEMENT | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 83 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 84 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 85 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 86 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 87 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 88 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 89 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 16. | 90 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 14. | 91 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 92 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 93 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 94 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
org/apache/hadoop/hbase/replication/ReplicationQueues.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
org/apache/hadoop/hbase/replication/ReplicationQueuesClientZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
org/apache/hadoop/hbase/replication/ReplicationQueuesZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp' import. | 41 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
org/apache/hadoop/hbase/replication/ReplicationStateZKBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
org/apache/hadoop/hbase/replication/ReplicationTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
org/apache/hadoop/hbase/replication/ReplicationTrackerZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
org/apache/hadoop/hbase/replication/ScopeWALEntryFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/replication/TableCfWALEntryFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 |
org/apache/hadoop/hbase/replication/TestMasterReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 510 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 512 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 513 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 514 |
org/apache/hadoop/hbase/replication/TestMultiSlaveReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 41 |
| Error | imports | UnusedImports | Unused import - org.junit.AfterClass. | 57 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 263 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 265 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 266 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 267 |
org/apache/hadoop/hbase/replication/TestPerTableCFReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 41 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 270 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 396 |
org/apache/hadoop/hbase/replication/TestReplicationBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
org/apache/hadoop/hbase/replication/TestReplicationChangingPeerRegionservers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/replication/TestReplicationDisableInactivePeer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 40 |
org/apache/hadoop/hbase/replication/TestReplicationKillMasterRSCompressed.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 |
org/apache/hadoop/hbase/replication/TestReplicationKillRS.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.UnknownScannerException' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
org/apache/hadoop/hbase/replication/TestReplicationSmallTests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Arrays. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ClusterStatus. | 36 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerLoad. | 41 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerName. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 46 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Admin. | 46 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 61 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 73 |
| Error | imports | UnusedImports | Unused import - com.google.protobuf.ByteString. | 73 |
| Error | imports | UnusedImports | Unused import - com.sun.tools.javac.code.Attribute.Array. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 624 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 650 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 |
org/apache/hadoop/hbase/replication/TestReplicationSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALFactory' import. | 51 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 53 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
org/apache/hadoop/hbase/replication/TestReplicationStateBasic.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
org/apache/hadoop/hbase/replication/TestReplicationStateZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 35 |
org/apache/hadoop/hbase/replication/TestReplicationSyncUpTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp' import. | 37 |
org/apache/hadoop/hbase/replication/TestReplicationTrackerZKImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 38 |
org/apache/hadoop/hbase/replication/TestReplicationWALEntryFilters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 40 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 42 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 43 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 40 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HBaseAdmin. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
org/apache/hadoop/hbase/replication/WALEntryFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
org/apache/hadoop/hbase/replication/master/ReplicationLogCleaner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 40 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be one of the following: 8, 10. | 87 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint' import. | 51 |
| Error | imports | ImportOrder | Wrong order for 'javax.security.sasl.SaslException' import. | 55 |
| Error | imports | UnusedImports | Unused import - javax.security.sasl.SaslException. | 55 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationGlobalSourceSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 60 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 61 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 67 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 90 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 96 |
org/apache/hadoop/hbase/replication/regionserver/MetricsSink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
org/apache/hadoop/hbase/replication/regionserver/MetricsSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 27 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 58 |
org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableDescriptors' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 53 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALKey. | 63 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALCellCodec' import. | 67 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.wal.WALCellCodec. | 67 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.BaseWALEntryFilter' import. | 71 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.cache.Cache' import. | 81 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 555 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 558 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 677 |
org/apache/hadoop/hbase/replication/regionserver/Replication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 52 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 192 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationLoad.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 42 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 250 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 270 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSinkManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 409 |
| Error | sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 498 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 18, expected level should be 16. | 773 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 18, expected level should be 16. | 774 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 846 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 913 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 157). | 1009 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 160). | 1017 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 176). | 1022 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1096 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceInterface.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 186 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 213 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSyncUp.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationThrottler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationWALReaderManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
org/apache/hadoop/hbase/replication/regionserver/TestMetricsReplicationSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSource. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 24 |
org/apache/hadoop/hbase/replication/regionserver/TestMetricsReplicationSourceFactoryImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 22 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 26 |
org/apache/hadoop/hbase/replication/regionserver/TestMetricsReplicationSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSource. | 22 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSourceImpl. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 29 |
org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Cell. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 42 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue.Type. | 43 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 59 |
org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpointNoMaster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLocations' import. | 40 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegion. | 52 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WAL. | 56 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 59 |
| Error | imports | RedundantImport | Duplicate import to line 39 - org.apache.hadoop.hbase.testclassification.MediumTests. | 65 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 76 |
org/apache/hadoop/hbase/replication/regionserver/TestReplicationSink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 252 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 255 |
org/apache/hadoop/hbase/replication/regionserver/TestReplicationSinkManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HConnection' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 38 |
org/apache/hadoop/hbase/replication/regionserver/TestReplicationThrottler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertArrayEquals. | 21 |
org/apache/hadoop/hbase/replication/regionserver/TestReplicationWALReaderManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 186 |
org/apache/hadoop/hbase/rest/Constants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/rest/ExistsResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
org/apache/hadoop/hbase/rest/HBaseRESTTestingUtility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 6. | 90 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 91 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 92 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 93 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 94 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 95 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 6. | 96 |
org/apache/hadoop/hbase/rest/MetricsREST.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 37 |
org/apache/hadoop/hbase/rest/MetricsRESTSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
org/apache/hadoop/hbase/rest/MetricsRESTSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 58 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 60 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 61 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 62 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 65 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 66 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 67 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 68 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 113 |
org/apache/hadoop/hbase/rest/MultiRowResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/rest/NamespacesInstanceResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
org/apache/hadoop/hbase/rest/NamespacesResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
org/apache/hadoop/hbase/rest/PerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 79 |
| Error | indentation | Indentation | 'enum def rcurly' have incorrect indentation level 8, expected level should be 2. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 354 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be one of the following: 10, 12. | 495 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 534 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 566 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 616 |
| Error | indentation | Indentation | '", startRow="' have incorrect indentation level 10, expected level should be 12. | 732 |
| Error | indentation | Indentation | '", perClientRunRows="' have incorrect indentation level 10, expected level should be 12. | 733 |
| Error | indentation | Indentation | '", totalRows="' have incorrect indentation level 10, expected level should be 12. | 734 |
| Error | indentation | Indentation | '", clients="' have incorrect indentation level 10, expected level should be 12. | 735 |
| Error | indentation | Indentation | '", flushCommits="' have incorrect indentation level 10, expected level should be 12. | 736 |
| Error | indentation | Indentation | '", writeToWAL="' have incorrect indentation level 10, expected level should be 12. | 737 |
| Error | indentation | Indentation | '", useTags="' have incorrect indentation level 10, expected level should be 12. | 738 |
| Error | indentation | Indentation | '", noOfTags="' have incorrect indentation level 10, expected level should be 12. | 739 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 1021 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1226 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1229 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1543 |
org/apache/hadoop/hbase/rest/ProtobufMessageHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
org/apache/hadoop/hbase/rest/RESTServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 54 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 67 |
| Error | sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 88 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 166 |
org/apache/hadoop/hbase/rest/RESTServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
org/apache/hadoop/hbase/rest/RESTServletContainer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
org/apache/hadoop/hbase/rest/RegionsResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
org/apache/hadoop/hbase/rest/ResourceBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 28 |
org/apache/hadoop/hbase/rest/ResourceConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.api.core.PackagesResourceConfig' import. | 24 |
org/apache/hadoop/hbase/rest/ResultGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
org/apache/hadoop/hbase/rest/RootResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
org/apache/hadoop/hbase/rest/RowResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 27, expected level should be 12. | 204 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 205 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 206 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 207 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 237 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 238 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 239 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 240 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 241 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 283 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 301 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 302 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 303 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 304 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 305 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 368 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 407 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 408 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 409 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 410 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 411 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 518 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 518 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 519 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 520 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 521 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 522 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 648 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 648 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 649 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 650 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 651 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 652 |
org/apache/hadoop/hbase/rest/RowResourceBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.commons.collections.keyvalue.AbstractMapEntry. | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 233 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 241 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 261 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 262 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 274 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 282 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 300 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 325 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 346 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 362 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 379 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 417 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 511 |
org/apache/hadoop/hbase/rest/RowResultGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
org/apache/hadoop/hbase/rest/RowSpec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 72 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 77 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 120 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 175 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 238 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 239 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 240 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 241 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 242 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 243 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 244 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 245 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 246 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 247 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 248 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 249 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 250 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 251 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 252 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 253 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 254 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 255 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 256 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 257 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 258 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 259 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 260 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 261 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 262 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 263 |
org/apache/hadoop/hbase/rest/ScannerInstanceResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 38 |
org/apache/hadoop/hbase/rest/ScannerResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 42 |
| Error | indentation | Indentation | 'Collections' have incorrect indentation level 3, expected level should be 4. | 52 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
org/apache/hadoop/hbase/rest/ScannerResultGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
org/apache/hadoop/hbase/rest/SchemaResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 129 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 8. | 129 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 130 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 131 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 132 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 137 |
org/apache/hadoop/hbase/rest/StorageClusterStatusResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ClusterStatus' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLoad' import. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
org/apache/hadoop/hbase/rest/StorageClusterVersionResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
org/apache/hadoop/hbase/rest/TableResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 188 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 189 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 190 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 191 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 192 |
| Error | indentation | Indentation | 'else' have incorrect indentation level 10, expected level should be 8. | 193 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 194 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 195 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 204 |
org/apache/hadoop/hbase/rest/TableScanResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 44 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 124 |
org/apache/hadoop/hbase/rest/TestDeleteRow.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.client.Response' import. | 27 |
org/apache/hadoop/hbase/rest/TestGZIPResponseWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.filter.GZIPResponseStream' import. | 34 |
org/apache/hadoop/hbase/rest/TestGetAndPutResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Dictionary. | 28 |
| Error | imports | UnusedImports | Unused import - java.util.Map. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.client.Response' import. | 39 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 546 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 549 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 552 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 555 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 582 |
org/apache/hadoop/hbase/rest/TestGzipFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 36 |
org/apache/hadoop/hbase/rest/TestMetricsRESTSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 24 |
org/apache/hadoop/hbase/rest/TestMetricsRESTSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 22 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSourceImpl. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 41 |
org/apache/hadoop/hbase/rest/TestMultiRowResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.MediaType' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 47 |
org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 53 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 53 |
org/apache/hadoop/hbase/rest/TestNamespacesResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 39 |
org/apache/hadoop/hbase/rest/TestResourceFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.client.Client' import. | 24 |
org/apache/hadoop/hbase/rest/TestScannersWithFilters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 55 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 67 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 67 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 335 |
| Error | sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 489 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 564 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 565 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 566 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 567 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 569 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 570 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 571 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 572 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 574 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 575 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 576 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 577 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 579 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 580 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 581 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 582 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 583 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 584 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 586 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 587 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 588 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 589 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 590 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 591 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 593 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 594 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 595 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 596 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 597 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 598 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 612 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 613 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 614 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 615 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 617 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 618 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 619 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 620 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 622 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 623 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 624 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 625 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 627 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 628 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 629 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 630 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 632 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 633 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 634 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 635 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 637 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 638 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 639 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 640 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 725 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 726 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 727 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 728 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 729 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 730 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 732 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 733 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 734 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 735 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 736 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 737 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 739 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 740 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 741 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 742 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 743 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 744 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 746 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 747 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 748 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 749 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 750 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 751 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 753 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 754 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 755 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 756 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 757 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 758 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 772 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 773 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 774 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 775 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 776 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 777 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 779 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 780 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 781 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 782 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 783 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 784 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 888 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 889 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 890 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 891 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 892 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 893 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 895 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 896 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 897 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 898 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 899 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 900 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 902 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 903 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 904 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 905 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 906 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 907 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 923 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 924 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 925 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 926 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 927 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 928 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 930 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 931 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 932 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 933 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 934 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 935 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 937 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 938 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 939 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 940 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 941 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 942 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 964 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 989 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 990 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 991 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 992 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 993 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 994 |
org/apache/hadoop/hbase/rest/TestScannersWithLabels.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'package def' have incorrect indentation level 3, expected level should be 0. | 17 |
| Error | imports | UnusedImports | Unused import - java.util.Random. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 168 |
org/apache/hadoop/hbase/rest/TestSchemaResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 42 |
org/apache/hadoop/hbase/rest/TestStatusResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Waiter. | 33 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 40 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 40 |
org/apache/hadoop/hbase/rest/TestTableScan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 50 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 101 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 103 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 104 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 105 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 106 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 281 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 282 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 283 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 287 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 288 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 289 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 593 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 594 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 597 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 598 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 599 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 6. | 608 |
org/apache/hadoop/hbase/rest/TestVersionResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.client.Client' import. | 32 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 45 |
org/apache/hadoop/hbase/rest/VersionResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
org/apache/hadoop/hbase/rest/client/Client.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 444 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 459 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 511 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 526 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 |
org/apache/hadoop/hbase/rest/client/RemoteAdmin.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 127 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 130 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 131 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 134 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 135 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 136 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 137 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 138 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 140 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 141 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 150 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 155 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 157 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 158 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 173 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 174 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 175 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 176 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 177 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 178 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 179 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 180 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 181 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 182 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 183 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 211 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 212 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 214 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 216 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 218 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 221 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 222 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 223 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 224 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 225 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 226 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 227 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 228 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 229 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 230 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 231 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 232 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 259 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 260 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 261 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 262 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 263 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 264 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 265 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 266 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 267 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 268 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 269 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 270 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 271 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 300 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 301 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 302 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 303 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 304 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 305 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 306 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 307 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 308 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 309 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 310 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 345 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 346 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 347 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 348 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 349 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 350 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 351 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 352 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 353 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 354 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 355 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 384 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 386 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 387 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 388 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 389 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 390 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 391 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 392 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 393 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 394 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 395 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 396 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 397 |
org/apache/hadoop/hbase/rest/client/RemoteHTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 272 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 273 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 274 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 275 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 276 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 277 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 278 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 279 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 280 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 281 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 284 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 322 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 350 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 392 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 416 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 417 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 418 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 419 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 420 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 421 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 422 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 423 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 424 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 425 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 471 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 472 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 473 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 474 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 475 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 476 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 477 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 478 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 479 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 480 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 481 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 495 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 496 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 497 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 498 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 499 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 500 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 501 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 502 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 503 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 504 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 505 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 543 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 544 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 545 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 546 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 547 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 548 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 549 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 550 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 551 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 552 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 553 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 554 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 570 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 571 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 572 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 573 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 574 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 575 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 576 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 577 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 578 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 579 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 580 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 581 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 582 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 583 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 584 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 585 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 698 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 699 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 700 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 701 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 702 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 703 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 704 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 705 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 706 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 707 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 708 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 709 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 710 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 742 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 743 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 744 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 745 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 746 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 747 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 748 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 749 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 750 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 751 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 752 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 753 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 754 |
org/apache/hadoop/hbase/rest/client/TestRemoteHTableRetries.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 36 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 23. | 129 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 154 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 168 |
org/apache/hadoop/hbase/rest/client/TestRemoteTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 42 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
org/apache/hadoop/hbase/rest/filter/GZIPRequestStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
org/apache/hadoop/hbase/rest/filter/GZIPResponseStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
org/apache/hadoop/hbase/rest/filter/GzipFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 38 |
org/apache/hadoop/hbase/rest/model/CellModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 |
org/apache/hadoop/hbase/rest/model/CellSetModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
org/apache/hadoop/hbase/rest/model/ColumnSchemaModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 |
org/apache/hadoop/hbase/rest/model/NamespacesInstanceModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 85 |
| Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 90 |
org/apache/hadoop/hbase/rest/model/NamespacesModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/rest/model/ScannerModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 80 |
| Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 128 |
| Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 129 |
| Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 130 |
| Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 200 |
| Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 201 |
| Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 203 |
| Error | design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 204 |
| Error | design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 205 |
| Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 206 |
| Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 207 |
| Error | design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 208 |
| Error | design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 209 |
| Error | design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 210 |
| Error | design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 211 |
| Error | design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 212 |
| Error | design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 213 |
| Error | design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 214 |
| Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 215 |
| Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 216 |
| Error | design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 217 |
| Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 219 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 343 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 364 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 365 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 366 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 367 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 368 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 369 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 370 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 371 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 372 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 373 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 374 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 377 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 378 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 379 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 383 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 384 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 386 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 387 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 388 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 389 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 390 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 391 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 392 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 393 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 394 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 395 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 396 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 397 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 398 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 399 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 400 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 401 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 402 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 403 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 404 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 405 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 406 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 407 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 408 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 409 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 410 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 411 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 412 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 413 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 414 |
| Error | indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 415 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 416 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 417 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 418 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 419 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 420 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 421 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 422 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 423 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 424 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 425 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 426 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 427 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 428 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 429 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 430 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 431 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 432 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 435 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 436 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 437 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 438 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 439 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 440 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 441 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 442 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 443 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 446 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 447 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 448 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 449 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 450 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 451 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 452 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 453 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 454 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 455 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 456 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 457 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 458 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 459 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 460 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 461 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 462 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 463 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 464 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 465 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 466 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 569 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 592 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 594 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 759 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 820 |
org/apache/hadoop/hbase/rest/model/StorageClusterStatusModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 500 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 586 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 624 |
org/apache/hadoop/hbase/rest/model/StorageClusterVersionModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 24 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 72 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 73 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 77 |
org/apache/hadoop/hbase/rest/model/TableInfoModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/rest/model/TableModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
org/apache/hadoop/hbase/rest/model/TableRegionModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
org/apache/hadoop/hbase/rest/model/TableSchemaModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 37 |
org/apache/hadoop/hbase/rest/model/TestModelBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.ProtobufMessageHandler' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.MediaType' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
org/apache/hadoop/hbase/rest/model/TestNamespacesInstanceModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Ignore. | 26 |
org/apache/hadoop/hbase/rest/model/TestStorageClusterStatusModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 25 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 40 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 42 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 43 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 46 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 47 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 69 |
org/apache/hadoop/hbase/rest/model/TestTableRegionModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 22 |
org/apache/hadoop/hbase/rest/model/VersionModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 35 |
org/apache/hadoop/hbase/rest/provider/JAXBContextResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.sun.jersey.api.json.JSONConfiguration' import. | 47 |
org/apache/hadoop/hbase/rest/provider/JacksonProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.ws.rs.ext.Provider' import. | 22 |
org/apache/hadoop/hbase/rest/provider/producer/PlainTextMessageBodyProducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 |
org/apache/hadoop/hbase/rest/provider/producer/ProtobufMessageBodyProducer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 56 |
org/apache/hadoop/hbase/security/AccessDeniedException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 22 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 38 |
org/apache/hadoop/hbase/security/AuthMethod.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 25 |
| Error | design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
org/apache/hadoop/hbase/security/EncryptionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
org/apache/hadoop/hbase/security/HBaseKerberosUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Strings' import. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/HBasePolicyProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 38 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 39 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 40 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 41 |
org/apache/hadoop/hbase/security/HBaseSaslRpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.security.auth.callback.Callback' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 101 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 102 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 105 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 108 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 110 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 111 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 115 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 116 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 117 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 119 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 121 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 122 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 125 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 126 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 129 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 130 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 131 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 321 |
org/apache/hadoop/hbase/security/HBaseSaslRpcServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.SecretManager.InvalidToken' import. | 42 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
org/apache/hadoop/hbase/security/SaslClientHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.security.auth.callback.CallbackHandler' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 95 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 96 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 99 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 101 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 103 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 104 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 106 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 107 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 108 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 109 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 111 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 114 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 115 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 117 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 |
org/apache/hadoop/hbase/security/SaslStatus.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 26 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 |
org/apache/hadoop/hbase/security/SaslUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Error | imports | RedundantImport | Duplicate import to line 21 - org.apache.commons.codec.binary.Base64. | 29 |
| Error | imports | RedundantImport | Duplicate import to line 22 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 32 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/security/SecureBulkLoadUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/SecurityInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 36 |
org/apache/hadoop/hbase/security/SecurityUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/Superusers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 83 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 |
org/apache/hadoop/hbase/security/TestEncryptionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting' import. | 31 |
org/apache/hadoop/hbase/security/TestHBaseSaslRpcClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'javax.security.sasl.RealmCallback' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.HBaseSaslRpcClient.SaslClientCallbackHandler' import. | 47 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Strings' import. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 32, 33. | 127 |
org/apache/hadoop/hbase/security/TestSecureRPC.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Properties. | 33 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcController' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 66 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 239 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 4. | 264 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 10, expected level should be 4. | 266 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 266 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 6. | 267 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 6. | 268 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 269 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be 4. | 271 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 273 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 8. | 275 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 275 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 277 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 8. | 278 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 279 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 6. | 280 |
| Error | indentation | Indentation | 'synchronized' have incorrect indentation level 14, expected level should be 8. | 281 |
| Error | indentation | Indentation | 'synchronized' child have incorrect indentation level 18, expected level should be 10. | 282 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 16, expected level should be 8. | 283 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 284 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 285 |
| Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 4, expected level should be 2. | 286 |
org/apache/hadoop/hbase/security/TestUser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 36 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 38 |
org/apache/hadoop/hbase/security/TestUsersOperationsWithSecureHadoop.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
org/apache/hadoop/hbase/security/User.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.cache.LoadingCache' import. | 32 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 288 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 14, 24, 25. | 351 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 412 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 414 |
org/apache/hadoop/hbase/security/UserProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.cache.CacheBuilder' import. | 28 |
org/apache/hadoop/hbase/security/access/AccessControlClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 |
org/apache/hadoop/hbase/security/access/AccessControlConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
org/apache/hadoop/hbase/security/access/AccessControlFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
org/apache/hadoop/hbase/security/access/AccessControlLists.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 72 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 100 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 138 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 139 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 426 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 455 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 638 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 639 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 641 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 642 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 644 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 645 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 647 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 648 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 649 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 650 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 651 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 652 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 654 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 655 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 656 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 658 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 659 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 660 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 662 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 665 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 666 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 667 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 668 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 669 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 5, expected level should be 4. | 671 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 6. | 672 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 673 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 677 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 679 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 680 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 683 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 684 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 685 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 686 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 688 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 688 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 689 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 11, expected level should be 10. | 690 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 13, expected level should be 12. | 691 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 692 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 14. | 693 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 694 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 11, expected level should be 10. | 695 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 696 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 697 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 5, expected level should be 4. | 698 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 699 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 700 |
org/apache/hadoop/hbase/security/access/AccessController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 118 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 293 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 378 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 |
| Error | sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 709 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 823 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1308 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 1337 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1352 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1381 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1524 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1525 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1526 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1527 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1528 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1529 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1530 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1531 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1532 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2039 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2153 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2167 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 2215 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 11, expected level should be 12. | 2223 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 2266 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2320 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 2488 |
org/apache/hadoop/hbase/security/access/AuthResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 30 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 130 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 285 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 286 |
org/apache/hadoop/hbase/security/access/CodeToClassAndBackFor96Migration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 22 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 33 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 34 |
| Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 36 |
org/apache/hadoop/hbase/security/access/HbaseObjectWritableFor96Migration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 42 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 94 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 102 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Error | blocks | LeftCurly | '{' at column 16 should have line break after. | 314 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 353 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 376 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 395 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 497 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 536 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 537 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 746 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 747 |
org/apache/hadoop/hbase/security/access/Permission.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 29 |
| Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 56 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 163 |
org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.PrepareBulkLoadRequest' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.CleanupBulkLoadRequest' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 68 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 174 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 492 |
org/apache/hadoop/hbase/security/access/SecureTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment' import. | 55 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 67 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 75 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 124 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 273 |
org/apache/hadoop/hbase/security/access/TableAuthManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 43 |
| Error | design | FinalClass | Class TableAuthManager should be declared as final. | 50 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 446 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 461 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 688 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 |
org/apache/hadoop/hbase/security/access/TablePermission.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 365 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 376 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 378 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 380 |
org/apache/hadoop/hbase/security/access/TestAccessControlFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 |
org/apache/hadoop/hbase/security/access/TestAccessController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.Superusers. | 54 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 56 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Tag. | 61 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 131 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 540 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be one of the following: 8, 10. | 610 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be one of the following: 8, 10. | 639 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 929 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1096 |
| Error | sizes | MethodLength | Method length is 242 lines (max allowed is 150). | 1250 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1407 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1494 |
| Error | sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 1758 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 1832 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 1833 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 1842 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 1843 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2611 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 2625 |
org/apache/hadoop/hbase/security/access/TestAccessController2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 144 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 291 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 317 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 383 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 413 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 427 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 519 |
org/apache/hadoop/hbase/security/access/TestCellACLWithMultipleVersions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 767 |
org/apache/hadoop/hbase/security/access/TestCellACLs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 67 |
| Error | sizes | MethodLength | Method length is 217 lines (max allowed is 150). | 154 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 248 |
org/apache/hadoop/hbase/security/access/TestNamespaceCommands.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ListMultimap' import. | 56 |
org/apache/hadoop/hbase/security/access/TestScanEarlyTermination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 33 |
org/apache/hadoop/hbase/security/access/TestTablePermissions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.HTable' import. | 47 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 143 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 144 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 145 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 356 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 357 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 361 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 362 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 366 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 367 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 380 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 20, expected level should be 19. | 426 |
org/apache/hadoop/hbase/security/access/TestWithDisabledAuthorization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 83 |
| Error | sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 247 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 406 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 408 |
| Error | sizes | MethodLength | Method length is 287 lines (max allowed is 150). | 478 |
| Error | sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 807 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1001 |
org/apache/hadoop/hbase/security/access/TestZKPermissionsWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Waiter.Predicate' import. | 35 |
org/apache/hadoop/hbase/security/access/UserPermission.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
org/apache/hadoop/hbase/security/token/AuthenticationKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenIdentifier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 29 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenSecretManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 87 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 88 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 |
org/apache/hadoop/hbase/security/token/FsDelegationToken.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 |
org/apache/hadoop/hbase/security/token/TestGenerateDelegationToken.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Properties. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 64 |
org/apache/hadoop/hbase/security/token/TestTokenAuthentication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 88 |
| Error | indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 112 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 209 |
| Error | blocks | LeftCurly | '{' at column 62 should have line break after. | 217 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 220 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 223 |
| Error | blocks | LeftCurly | '{' at column 42 should have line break after. | 226 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 229 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 232 |
| Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 235 |
| Error | blocks | LeftCurly | '{' at column 11 should be on the previous line. | 239 |
| Error | blocks | LeftCurly | '{' at column 11 should have line break after. | 239 |
org/apache/hadoop/hbase/security/token/TestZKSecretWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 71 |
org/apache/hadoop/hbase/security/token/TokenProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
org/apache/hadoop/hbase/security/token/TokenUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 86 |
org/apache/hadoop/hbase/security/token/ZKSecretWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
org/apache/hadoop/hbase/security/visibility/CellVisibility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 69 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 322 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 349 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 386 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 541 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 580 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 581 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 582 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 584 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 585 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 586 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 603 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 615 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 631 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 676 |
org/apache/hadoop/hbase/security/visibility/DefinedSetFilterScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
org/apache/hadoop/hbase/security/visibility/EnforcingScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
org/apache/hadoop/hbase/security/visibility/ExpAsStringVisibilityLabelServiceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 148 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 395 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 447 |
org/apache/hadoop/hbase/security/visibility/ExpressionParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 300 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 301 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 302 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 303 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 304 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 305 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 306 |
org/apache/hadoop/hbase/security/visibility/FeedUserAuthScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
org/apache/hadoop/hbase/security/visibility/InvalidLabelException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 22 |
org/apache/hadoop/hbase/security/visibility/LabelAlreadyExistsException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 22 |
org/apache/hadoop/hbase/security/visibility/LabelFilteringScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
org/apache/hadoop/hbase/security/visibility/ScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
org/apache/hadoop/hbase/security/visibility/SimpleScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
org/apache/hadoop/hbase/security/visibility/TestDefaultScanLabelGeneratorStack.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 33 |
org/apache/hadoop/hbase/security/visibility/TestEnforcingScanLabelGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 35 |
org/apache/hadoop/hbase/security/visibility/TestExpressionExpander.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 24 |
| Error | sizes | MethodLength | Method length is 358 lines (max allowed is 150). | 34 |
org/apache/hadoop/hbase/security/visibility/TestExpressionParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 25 |
| Error | sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 397 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelReplicationWithExpAsString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 54 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 42 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 76 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 268 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 379 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 414 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 712 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 713 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 714 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 715 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 719 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 720 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 721 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 722 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 727 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 728 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 729 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 730 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 734 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 735 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 736 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 737 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 28. | 874 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsOpWithDifferentUsersNoACL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 143 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 71 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 111 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 114 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 115 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 117 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 118 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 58 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 271 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithCustomVisLabService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 59 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDefaultVisLabelService.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 56 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 142 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDeletes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 42 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 198 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 198 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 208 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 236 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 236 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 246 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 284 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 306 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 311 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 316 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 926 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 930 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 940 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 950 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 980 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 984 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1003 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1011 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1119 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1124 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1129 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1134 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1155 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1160 |
| Error | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 1162 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1166 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1171 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1177 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1184 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1205 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1210 |
| Error | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 1212 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1216 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1221 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1226 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1246 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1250 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1254 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1258 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1262 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1271 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1293 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1315 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1320 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1325 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1330 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1335 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1379 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1384 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1389 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1394 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1410 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1419 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1442 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1447 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1452 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1457 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1462 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1470 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1486 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1514 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1532 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1537 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1542 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1547 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1591 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1596 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1616 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1640 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1645 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1652 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1657 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1674 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1678 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1687 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1691 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1722 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1726 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1735 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1739 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1831 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1836 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1841 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1846 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1851 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1874 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1896 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1901 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1906 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1929 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1941 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1959 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1982 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2003 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2008 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2013 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2018 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2034 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2054 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2059 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2065 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2093 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2097 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2119 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2124 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2129 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2146 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2150 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2172 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2177 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2182 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2211 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2216 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2251 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2273 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2278 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2283 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2312 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2317 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2333 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2354 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2359 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2364 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2369 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2385 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2405 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2410 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2415 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2421 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2439 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2460 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2465 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2470 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2475 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2490 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2510 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2515 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2520 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2525 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2531 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2549 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2570 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2575 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2580 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2585 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2590 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2606 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2626 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2631 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2636 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2641 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2647 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2664 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2685 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2690 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2695 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2700 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2716 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2736 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2741 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2747 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 64. | 2759 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2782 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2803 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2808 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2813 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2818 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2834 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2854 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2859 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2864 |
| Error | sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 2873 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2885 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2909 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 2934 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3009 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 3039 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 3043 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 3046 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 3049 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 3060 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3141 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3146 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3151 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3156 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3161 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3181 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3185 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3195 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3196 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3218 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 3223 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3323 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 3363 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 3416 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithSLGStack.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityLablesWithGroups.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 56 |
| Error | sizes | MethodLength | Method length is 215 lines (max allowed is 150). | 111 |
org/apache/hadoop/hbase/security/visibility/TestVisibilityWithCheckAuths.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 139 |
org/apache/hadoop/hbase/security/visibility/TestWithDisabledAuthorization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 50 |
org/apache/hadoop/hbase/security/visibility/VisibilityClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 |
| Error | imports | RedundantImport | Duplicate import to line 28 - org.apache.hadoop.hbase.client.Table. | 34 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 50 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 132 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 135 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 137 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 138 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 139 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 140 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 141 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 142 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 143 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 144 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 145 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 146 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 147 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 148 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 150 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 151 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 213 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 214 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 231 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 234 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 267 |
| Error | indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 268 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 271 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 272 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 273 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 275 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 276 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 277 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 278 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 279 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 280 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 281 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 282 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 283 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 284 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 285 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 328 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 329 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 355 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 358 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 360 |
org/apache/hadoop/hbase/security/visibility/VisibilityConstants.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 21 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
org/apache/hadoop/hbase/security/visibility/VisibilityController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 108 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 195 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 205 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 260 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 53 has parse error. Details: no viable alternative at input '<Boolean,' while parsing HTML_ELEMENT | 458 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 649 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 771 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 800 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1101 |
org/apache/hadoop/hbase/security/visibility/VisibilityExpEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelServiceManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelsCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelsValidator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ListenableFuture' import. | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 60 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 61 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 85 |
org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 137 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 151 |
org/apache/hadoop/hbase/security/visibility/VisibilityTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
org/apache/hadoop/hbase/security/visibility/VisibilityUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 69 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 231 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
org/apache/hadoop/hbase/security/visibility/ZKVisibilityLabelWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
org/apache/hadoop/hbase/snapshot/ClientSnapshotDescriptionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
org/apache/hadoop/hbase/snapshot/CreateSnapshot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 28 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 36 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 37 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 39 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 40 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 41 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 45 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 46 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 47 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 50 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 52 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 54 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 55 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 56 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 58 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 60 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 63 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 64 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 65 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 66 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 68 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 69 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 70 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 72 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 73 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 76 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 77 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 78 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 79 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 80 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 81 |
| Error | indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 4. | 82 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 83 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 84 |
org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 49 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputFormat' import. | 68 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream' import. | 74 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 501 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 508 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 511 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 539 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 562 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 573 |
| Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 744 |
| Error | blocks | LeftCurly | '{' at column 45 should have line break after. | 747 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 750 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 778 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 779 |
| Error | sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 861 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 942 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1095 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1097 |
org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 23 |
org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 47 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 149 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 394 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 488 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 506 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 623 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 712 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 718 |
org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 20 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV2. | 36 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 115 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 150 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 151 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 152 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 175 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 363 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 46 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 133 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 222 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 420 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 432 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 446 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 504 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 507 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 543 |
org/apache/hadoop/hbase/snapshot/SnapshotManifest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSTableDescriptors' import. | 56 |
| Error | design | FinalClass | Class SnapshotManifest should be declared as final. | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | design | FinalClass | Class SnapshotManifestV1 should be declared as final. | 56 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 157 |
org/apache/hadoop/hbase/snapshot/SnapshotManifestV2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
org/apache/hadoop/hbase/snapshot/SnapshotReferenceUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreFileInfo' import. | 45 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 374 |
org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionReplicaUtil' import. | 57 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsSnapshotDoneRequest' import. | 64 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSUtils' import. | 72 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ServiceException' import. | 76 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 222 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 225 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 226 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 227 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 438 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 441 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 442 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 443 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 444 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 445 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 446 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 447 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 448 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 449 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 579 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 593 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 611 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 649 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 659 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 786 |
org/apache/hadoop/hbase/snapshot/TablePartiallyOpenException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 56 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 58 |
org/apache/hadoop/hbase/snapshot/TestExportSnapshot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 380 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 390 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 400 |
org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 6. | 249 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 250 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 251 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 252 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 253 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 254 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 255 |
| Error | coding | EmptyStatement | Empty statement. | 444 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
org/apache/hadoop/hbase/snapshot/TestRestoreFlushSnapshotFromClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 |
org/apache/hadoop/hbase/snapshot/TestRestoreSnapshotHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher' import. | 35 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 131 |
org/apache/hadoop/hbase/snapshot/TestSnapshotDescriptionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription' import. | 34 |
org/apache/hadoop/hbase/snapshot/TestSnapshotManifest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - com.google.protobuf.InvalidProtocolBufferException. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 45 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 136 |
org/apache/hadoop/hbase/snapshot/TestSnapshotWhenChoreCleaning.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 55 |
org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.IntegrationTestBase' import. | 61 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 64 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MasterNotRunningException' import. | 65 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 648 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 733 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 735 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 743 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 762 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 869 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 886 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 889 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1002 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1008 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1031 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1175 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1184 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 152). | 1281 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1343 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1346 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1350 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1352 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1481 |
org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 39 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 96 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 496 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 532 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 23. | 641 |
org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 45 |
| Error | imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 76 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 157 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 2, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 161 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 4. | 162 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 163 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 172 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 186 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 280 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 471 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 488 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 507 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 509 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 517 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 559 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 560 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 561 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 562 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 563 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 564 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 565 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 566 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 651 |
org/apache/hadoop/hbase/test/IntegrationTestReplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 42 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 156 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 31 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 66 |
org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedRequestsWithRegionReplicas.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.HashSet. | 22 |
| Error | imports | UnusedImports | Unused import - java.util.Set. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 59 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 168 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 336 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 349 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 362 |
org/apache/hadoop/hbase/test/IntegrationTestWithCellVisibilityLoadAndVerify.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 36 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 52. | 93 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 52. | 94 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 69. | 145 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 194 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 195 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 196 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 197 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 198 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 199 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 200 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 201 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 202 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 203 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 400 |
org/apache/hadoop/hbase/test/IntegrationTestZKAndFSPermissions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 133 |
org/apache/hadoop/hbase/test/MetricsAssertHelperImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.metrics.BaseSourceImpl. | 22 |
| Error | imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 31 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 34 |
org/apache/hadoop/hbase/thrift/DemoClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 58 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 59 |
| Error | indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 2. | 60 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 62 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 63 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 65 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 67 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 69 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 70 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 70 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 72 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 73 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 77 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 78 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 79 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 81 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 82 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 83 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 85 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 86 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 94 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 96 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 97 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 97 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 98 |
| Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 100 |
| Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 101 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 102 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 105 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 107 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 109 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 110 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 111 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 114 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 115 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 116 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 117 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 118 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 119 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 120 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 121 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 123 |
| Error | sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 123 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 124 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 126 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 127 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 134 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 138 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 140 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 142 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 143 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 145 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 151 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 152 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 153 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 154 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 155 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 156 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 157 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 159 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 160 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 161 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 166 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 167 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 168 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 169 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 170 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 171 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 172 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 173 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 174 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 175 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 176 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 178 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 179 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 181 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 182 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 183 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 185 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 186 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 186 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 187 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 188 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 188 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 191 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 197 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 26, 27. | 198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 200 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 201 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 202 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 204 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 209 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 215 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 215 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 220 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 221 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 222 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 227 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 229 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 230 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 230 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 232 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 233 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 234 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 235 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 236 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 237 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 238 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 243 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 245 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 246 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 247 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 248 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 250 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 251 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 251 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 252 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 253 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 254 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 257 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 258 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 259 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 261 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 263 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 264 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 264 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 265 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 265 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 266 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 267 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 269 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 270 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 271 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 272 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 273 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 275 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 276 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 277 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 278 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 279 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 280 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 282 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 283 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 283 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 284 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 284 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 285 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 286 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 289 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 290 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 291 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 293 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 295 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 296 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 297 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 298 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 299 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 300 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 301 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 302 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 303 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 303 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 304 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 306 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 149). | 306 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 307 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 308 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 309 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 310 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 311 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 313 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 313 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 314 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 315 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 316 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 317 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 319 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 320 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 324 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 325 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 326 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 327 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 329 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 330 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 332 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 333 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 161). | 333 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 335 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 336 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 337 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 338 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 339 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 340 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 341 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 342 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 344 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 345 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 347 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 348 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 349 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 350 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 351 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 352 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 353 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 354 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 356 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 359 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 360 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 361 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 362 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 364 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 365 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 366 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 367 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 368 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 369 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 370 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 371 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 372 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 374 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 375 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 376 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 377 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 378 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 380 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 381 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 387 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 14. | 406 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 411 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 412 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 413 |
org/apache/hadoop/hbase/thrift/HThreadedSelectorServerArgs.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
org/apache/hadoop/hbase/thrift/HbaseHandlerMetricsProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 37 |
org/apache/hadoop/hbase/thrift/HttpDoAsClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 178 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 14. | 279 |
org/apache/hadoop/hbase/thrift/IncrementCoalescer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 306 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 21 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 27 |
org/apache/hadoop/hbase/thrift/TBoundedThreadPoolServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 44 |
| Error | design | FinalClass | Class ClientConnnection should be declared as final. | 259 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 289 |
org/apache/hadoop/hbase/thrift/TestCallQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 21 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.test.MetricsAssertHelper' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 40 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 117 |
org/apache/hadoop/hbase/thrift/TestMetricsThriftServerSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory. | 24 |
org/apache/hadoop/hbase/thrift/TestMetricsThriftServerSourceFactoryImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MetricsTests' import. | 23 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory. | 24 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactoryImpl. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 29 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 42 |
org/apache/hadoop/hbase/thrift/TestThriftHttpServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Rule' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 49 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
org/apache/hadoop/hbase/thrift/TestThriftServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 40 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | coding | EmptyStatement | Empty statement. | 199 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 3, expected level should be 4. | 209 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 210 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 210 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 211 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 211 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 3, expected level should be 4. | 212 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 5, expected level should be 6. | 213 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 3, expected level should be 4. | 214 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 224 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 289 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 504 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 649 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 713 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 739 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 740 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 747 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 759 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 760 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 761 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 762 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 |
org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 53 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 14, 40, 41. | 93 |
org/apache/hadoop/hbase/thrift/ThriftMetrics.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 58 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 60 |
org/apache/hadoop/hbase/thrift/ThriftServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 92 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 93 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 95 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 98 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 99 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 100 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 101 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 103 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 104 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 134 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 153 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 332 |
| Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 465 |
| Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 4. | 658 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1069 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 12. | 1071 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1309 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1370 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1372 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1379 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1381 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1696 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1749 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1831 |
| Error | indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1868 |
org/apache/hadoop/hbase/thrift/ThriftUtilities.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 152 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 8. | 153 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 154 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 155 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 156 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 157 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 159 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 160 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 164 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 165 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 8. | 166 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 167 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 168 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 172 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 173 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
org/apache/hadoop/hbase/thrift2/DemoClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 165 |
org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Increment' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 36 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.generated.TMutation' import. | 56 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.generated.TDurability' import. | 58 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 67 |
| Error | imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 74 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.ThriftUtilities.getFromThrift' import. | 76 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.ThriftUtilities.incrementFromThrift' import. | 79 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.thrift2.ThriftUtilities.deleteFromThrift' import. | 80 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 81 |
| Error | imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer.wrap' import. | 82 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 746 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 878 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 912 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 963 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 |
org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 41 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 80 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 83 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 84 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 85 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 86 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 87 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 88 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 89 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 90 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 94 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 95 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 96 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 97 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 98 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 99 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 0, expected level should be 2. | 101 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 103 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 113 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 114 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 116 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 117 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 118 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 119 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 120 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 121 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 123 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 125 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 127 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 129 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 130 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 132 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 133 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 135 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 137 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 138 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 140 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 141 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 142 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 143 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 145 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 146 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 147 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 148 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 151 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 153 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 154 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 165 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 166 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 168 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 169 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 2, expected level should be 4. | 170 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 171 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 2, expected level should be 4. | 172 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 4, expected level should be 6. | 173 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 2, expected level should be 4. | 174 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 175 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 177 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 179 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 180 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 182 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 185 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 187 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 188 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 189 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 191 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 193 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 194 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 197 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 201 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 202 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 203 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 204 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 205 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 206 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 6. | 208 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 209 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 210 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 213 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 214 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 215 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 216 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 217 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 218 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 219 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 220 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 221 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 223 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 224 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 225 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 226 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 227 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 228 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 230 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 231 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 232 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 233 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 235 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 236 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 237 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 238 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 239 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 240 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 241 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 6. | 243 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 244 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 247 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 248 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 251 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 2, expected level should be 4. | 252 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 253 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 254 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 2, expected level should be 4. | 255 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 2, expected level should be 4. | 256 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 257 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 259 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 261 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 262 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 265 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 267 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 268 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 269 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 270 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 273 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 274 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 275 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 276 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 6. | 278 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 4, expected level should be 6. | 279 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 280 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 283 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 284 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 285 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 286 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 287 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 288 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 289 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 290 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 293 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 294 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 295 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 296 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 297 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 298 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 299 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 300 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 301 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 2, expected level should be 4. | 302 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 6. | 303 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 304 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 307 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 308 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 6. | 309 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 8. | 310 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 6. | 313 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 2, expected level should be 4. | 314 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 315 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 317 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 319 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 320 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 321 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 323 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 324 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 326 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 328 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 330 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 331 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 333 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 334 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 335 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 336 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 337 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 338 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 339 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 340 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 341 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 342 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 343 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 344 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 345 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 347 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 349 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 350 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 351 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 353 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 354 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 356 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 357 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 358 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 359 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 361 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 362 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 364 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 365 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 366 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 368 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 369 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 370 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 371 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 372 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 373 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 374 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 376 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 377 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 378 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 379 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 380 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 382 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 384 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 385 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 386 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 388 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 389 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 391 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 392 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 393 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 394 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 396 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 397 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 399 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 400 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 401 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 403 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 404 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 405 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 406 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 407 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 408 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 409 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 410 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 411 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 413 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 415 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 416 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 417 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 418 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 419 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 420 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 421 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 423 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 424 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 425 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 426 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 428 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 429 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 431 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 432 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 433 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 435 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 436 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 437 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 438 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 439 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 440 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 441 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 443 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 444 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 445 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 446 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 447 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 458 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 459 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 460 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 2, expected level should be 4. | 460 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 4, expected level should be 6. | 461 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 462 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 463 |
org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class THBaseServiceMetricsProxy should be declared as final. | 100 |
org/apache/hadoop/hbase/thrift2/ThriftServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 51 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler' import. | 66 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 88 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 91 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 94 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 154 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 155 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 156 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 157 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 245 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 246 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 282 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 282 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 283 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 283 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 284 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 285 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 286 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 287 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 288 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 289 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 290 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 292 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 294 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 295 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 296 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 297 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 298 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 2. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 |
| Error | sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 361 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 370 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 543 |
org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HRegionLocator. | 40 |
| Error | design | FinalClass | Class ThriftUtilities should be declared as final. | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 278 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 385 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 387 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 389 |
org/apache/hadoop/hbase/tool/Canary.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 36 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 211 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 212 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 213 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 214 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 215 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 619 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 725 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 730 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 944 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 953 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 967 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1098 |
org/apache/hadoop/hbase/tool/TestCanaryTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 22 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 25 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerName. | 27 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.HMaster. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZKUtil. | 34 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher. | 35 |
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 50 |
| Error | imports | UnusedImports | Unused import - java.util.List. | 50 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 54 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 54 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Matchers.argThat' import. | 60 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 114 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 128 |
org/apache/hadoop/hbase/tool/WriteSinkCoprocessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
org/apache/hadoop/hbase/trace/HBaseHTraceConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
org/apache/hadoop/hbase/trace/IntegrationTestSendTraceRequests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 119 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 160 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
org/apache/hadoop/hbase/trace/SpanReceiverHost.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
org/apache/hadoop/hbase/trace/TestHTraceHooks.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Multimap' import. | 44 |
| Error | imports | UnusedImports | Unused import - com.google.common.collect.Multimap. | 44 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 60 |
org/apache/hadoop/hbase/types/CopyOnWriteArrayMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 882 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 883 |
org/apache/hadoop/hbase/types/FixedLengthWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 26 should have line break after. | 52 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 55 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 58 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 61 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 64 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 67 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 70 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 104 |
org/apache/hadoop/hbase/types/OrderedBlob.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 37 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 40 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
org/apache/hadoop/hbase/types/OrderedBlobVar.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
org/apache/hadoop/hbase/types/OrderedBytesBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 43 should have line break after. | 36 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 39 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 42 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 46 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 50 |
org/apache/hadoop/hbase/types/OrderedFloat32.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedFloat64.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedInt16.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedInt32.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedInt64.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedInt8.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 47 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
org/apache/hadoop/hbase/types/OrderedNumeric.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 45 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 55 |
org/apache/hadoop/hbase/types/OrderedString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 37 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
org/apache/hadoop/hbase/types/PBCell.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
org/apache/hadoop/hbase/types/PBType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 25 |
| Error | imports | RedundantImport | Duplicate import to line 22 - org.apache.hadoop.hbase.util.Order. | 28 |
| Error | imports | RedundantImport | Duplicate import to line 23 - org.apache.hadoop.hbase.util.PositionedByteRange. | 29 |
org/apache/hadoop/hbase/types/RawByte.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 37 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 40 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 43 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 46 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 49 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 52 |
org/apache/hadoop/hbase/types/RawBytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 46 |
| Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 56 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 59 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 69 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 72 |
org/apache/hadoop/hbase/types/RawDouble.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 53 |
org/apache/hadoop/hbase/types/RawFloat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
org/apache/hadoop/hbase/types/RawInteger.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 53 |
org/apache/hadoop/hbase/types/RawLong.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 53 |
org/apache/hadoop/hbase/types/RawShort.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 41 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
org/apache/hadoop/hbase/types/RawString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 43 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 44 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 50 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 53 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 56 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 66 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 69 |
org/apache/hadoop/hbase/types/Struct.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 119 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 122 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 125 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 128 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 135 |
| Error | blocks | LeftCurly | '{' at column 41 should have line break after. | 141 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 155 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 165 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 176 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
org/apache/hadoop/hbase/types/StructBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 47 should have line break after. | 43 |
| Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 48 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 53 |
org/apache/hadoop/hbase/types/StructIterator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 24 should have line break after. | 78 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
org/apache/hadoop/hbase/types/TerminatedWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
| Error | blocks | LeftCurly | '{' at column 38 should have line break after. | 63 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 66 |
| Error | blocks | LeftCurly | '{' at column 31 should have line break after. | 69 |
| Error | blocks | LeftCurly | '{' at column 32 should have line break after. | 72 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
org/apache/hadoop/hbase/types/TestCopyOnWriteMaps.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map' import. | 26 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 31 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 173 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 241 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 241 |
org/apache/hadoop/hbase/types/TestOrderedBlob.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 41 |
org/apache/hadoop/hbase/types/TestOrderedString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 4, expected level should be one of the following: 8, 21. | 33 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 38 |
org/apache/hadoop/hbase/types/TestStruct.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 68 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 69 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 73 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 74 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 75 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 76 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 77 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 89 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 91 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 92 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 93 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 94 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 95 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 96 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 187 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 192 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 221 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 224 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 227 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 230 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 241 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 292 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 295 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 298 |
| Error | blocks | LeftCurly | '{' at column 34 should have line break after. | 301 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 313 |
org/apache/hadoop/hbase/types/TestTerminatedWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 69 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 105 |
org/apache/hadoop/hbase/types/TestUnion2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 103 |
org/apache/hadoop/hbase/types/Union2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
org/apache/hadoop/hbase/types/Union3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
org/apache/hadoop/hbase/types/Union4.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 52 |
org/apache/hadoop/hbase/util/AbstractByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
org/apache/hadoop/hbase/util/AbstractHBaseTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 196 |
org/apache/hadoop/hbase/util/AbstractPositionedByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
org/apache/hadoop/hbase/util/Addressing.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
org/apache/hadoop/hbase/util/ArrayUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/util/Base64.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 27 |
| Error | design | FinalClass | Class Base64 should be declared as final. | 115 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 449 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 450 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 451 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 452 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 453 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 454 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 456 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 457 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 458 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 459 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 460 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 461 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 463 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 464 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 465 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 466 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 467 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 468 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 470 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 471 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 745 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 809 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 871 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 921 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1030 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1079 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1094 |
org/apache/hadoop/hbase/util/BloomFilterBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 22 |
org/apache/hadoop/hbase/util/BloomFilterFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
org/apache/hadoop/hbase/util/BoundedArrayQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
org/apache/hadoop/hbase/util/BoundedPriorityBlockingQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 28 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
org/apache/hadoop/hbase/util/BuilderStyleTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
org/apache/hadoop/hbase/util/ByteBloomFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 511 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 511 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 624 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 629 |
org/apache/hadoop/hbase/util/ByteBufferArray.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 40 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 41 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
org/apache/hadoop/hbase/util/ByteBufferUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 110 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 132 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 4. | 134 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 135 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 4. | 136 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 137 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 192 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 194 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 195 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 200 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 206 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 207 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 212 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 284 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 297 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 297 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 485 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 496 |
org/apache/hadoop/hbase/util/ByteRangeUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/util/ByteStringer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 24 |
| Error | design | FinalClass | Class ByteStringer should be declared as final. | 30 |
org/apache/hadoop/hbase/util/Bytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 459 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 460 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 486 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 486 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 486 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 602 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 629 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 642 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 669 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 798 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 871 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 893 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 920 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 968 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 3, expected level should be 4. | 982 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1005 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1030 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1049 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1065 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1080 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1090 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1091 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1092 |
| Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1393 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1435 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1476 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1477 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1478 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1479 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1484 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1508 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1521 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1522 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1523 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1550 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1561 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1571 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1581 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1688 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1701 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1702 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1704 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1712 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1725 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1734 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1794 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1795 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1799 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1801 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1828 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1904 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1907 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1910 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1941 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1944 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1947 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1962 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1979 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2006 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2031 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 2048 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 2060 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2073 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2084 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2085 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2088 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2267 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2268 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2269 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2290 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2291 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2292 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2318 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2319 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2379 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 2386 |
org/apache/hadoop/hbase/util/ChecksumFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.ClassNotFoundException. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/util/ChecksumType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
org/apache/hadoop/hbase/util/ClassLoaderBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 26 |
org/apache/hadoop/hbase/util/ClassLoaderTestHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 59 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
org/apache/hadoop/hbase/util/ClassSize.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 196 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 288 |
org/apache/hadoop/hbase/util/Classes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/CollectionBackedScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
org/apache/hadoop/hbase/util/CollectionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
org/apache/hadoop/hbase/util/CompoundBloomFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
org/apache/hadoop/hbase/util/CompoundBloomFilterBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 23 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
org/apache/hadoop/hbase/util/CompoundBloomFilterWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 31 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
org/apache/hadoop/hbase/util/CompressionTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
org/apache/hadoop/hbase/util/ConcatenatedLists.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
org/apache/hadoop/hbase/util/ConfigUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
org/apache/hadoop/hbase/util/ConfigurationUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 27 |
org/apache/hadoop/hbase/util/ConnectionCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.LogFactory' import. | 41 |
| Error | indentation | Indentation | 'connections' have incorrect indentation level 3, expected level should be 4. | 54 |
| Error | blocks | LeftCurly | '{' at column 46 should have line break after. | 75 |
| Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 76 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
org/apache/hadoop/hbase/util/ConstantDelayQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
org/apache/hadoop/hbase/util/CoprocessorClassLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 44 |
| Error | design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 74 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 136 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 255 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 257 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 258 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 259 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 358 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 374 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 375 |
org/apache/hadoop/hbase/util/Counter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 195 |
| Error | blocks | LeftCurly | '{' at column 23 should have line break after. | 196 |
org/apache/hadoop/hbase/util/DirectMemoryUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
org/apache/hadoop/hbase/util/DrainBarrier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Error | blocks | LeftCurly | '{' at column 27 should have line break after. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Error | blocks | LeftCurly | '{' at column 25 should have line break after. | 115 |
org/apache/hadoop/hbase/util/DynamicClassLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 151 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 152 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 153 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 154 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 155 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 156 |
| Error | indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 6. | 157 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 158 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 159 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 160 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 161 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 162 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 163 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 165 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 166 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 167 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 168 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 170 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 171 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 172 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 173 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 174 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 175 |
| Error | indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 176 |
| Error | indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 6, expected level should be 4. | 177 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
org/apache/hadoop/hbase/util/EncryptionTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | design | FinalClass | Class EncryptionTest should be declared as final. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
org/apache/hadoop/hbase/util/EnvironmentEdgeManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 62 |
org/apache/hadoop/hbase/util/EnvironmentEdgeManagerTestHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
org/apache/hadoop/hbase/util/ExceptionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class ExceptionUtil should be declared as final. | 36 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
org/apache/hadoop/hbase/util/FSHDFSUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 329 |
org/apache/hadoop/hbase/util/FSMapRUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 |
org/apache/hadoop/hbase/util/FSRegionScanner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.BlockLocation' import. | 29 |
| Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 12 has parse error. Details: no viable alternative at input '<Region -' while parsing HTML_ELEMENT | 37 |
org/apache/hadoop/hbase/util/FSTableDescriptorMigrationToSubdir.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/util/FSTableDescriptors.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 49 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 97 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 161 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 231 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 374 |
| Error | indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 4. | 403 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 456 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 538 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 570 |
org/apache/hadoop/hbase/util/FSUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.HadoopIllegalArgumentException' import. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 72 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.primitives.Ints' import. | 84 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 321 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 398 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 518 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 522 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 619 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 665 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 744 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 848 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 849 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 857 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 895 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 943 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 944 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 945 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 947 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 953 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 968 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 998 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1296 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1313 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1343 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1345 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1359 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1378 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1379 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1380 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1381 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1396 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1437 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1439 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1487 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1489 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1500 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1556 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1558 |
| Error | indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 4. | 1582 |
| Error | indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 4. | 1604 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 1639 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1729 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1748 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1749 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1750 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1762 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1763 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1765 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1828 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1926 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1928 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2022 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2040 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2049 |
org/apache/hadoop/hbase/util/FSVisitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 27 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
org/apache/hadoop/hbase/util/ForeignExceptionUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
org/apache/hadoop/hbase/util/GetJavaProperty.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 25 |
org/apache/hadoop/hbase/util/HBaseConfTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
org/apache/hadoop/hbase/util/HBaseFsck.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 138 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 618 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 684 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 725 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 726 |
| Error | design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 742 |
| Error | design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 743 |
| Error | design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 744 |
| Error | design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 745 |
| Error | design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 746 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 748 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 802 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 804 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 879 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 916 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1020 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1217 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1219 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1237 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1241 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1252 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1301 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 1304 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1315 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1333 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1369 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 42 has parse error. Details: no viable alternative at input '<table name>' while parsing HTML_ELEMENT | 1514 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 1620 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1630 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1631 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1679 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1682 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1683 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1743 |
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1817 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1956 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1976 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2024 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2125 |
| Error | sizes | MethodLength | Method length is 231 lines (max allowed is 150). | 2146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2149 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 2149 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 2150 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2221 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2383 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2386 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2418 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2609 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2627 |
| Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 6, expected level should be 4. | 2660 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2801 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2842 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2917 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 2917 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 2952 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3023 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3039 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3087 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3146 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 3149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3253 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3383 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3384 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3385 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3439 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3440 |
| Error | indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 3466 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 3732 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 3733 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 3734 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 137). | 3954 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 3961 |
| Error | design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3992 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4055 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 4168 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 4575 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 4610 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4616 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4618 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 4620 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 4623 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 4626 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4627 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 179). | 4628 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 4630 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4638 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4639 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 4650 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 4654 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4666 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4667 |
| Error | blocks | LeftCurly | '{' at column 39 should have line break after. | 4683 |
| Error | sizes | MethodLength | Method length is 225 lines (max allowed is 150). | 4694 |
org/apache/hadoop/hbase/util/HBaseFsckRepair.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 |
| Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 50 |
| Error | imports | RedundantImport | Duplicate import to line 22 - java.util.Collection. | 51 |
| Error | imports | RedundantImport | Duplicate import to line 23 - java.util.List. | 52 |
| Error | imports | RedundantImport | Duplicate import to line 24 - java.util.Map. | 53 |
| Error | imports | RedundantImport | Duplicate import to line 25 - java.util.Random. | 54 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 116 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 |
org/apache/hadoop/hbase/util/HBaseHomePath.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class HBaseHomePath should be declared as final. | 24 |
org/apache/hadoop/hbase/util/HFileArchiveTestingUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class HFileArchiveTestingUtil should be declared as final. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 23 has parse error. Details: no viable alternative at input '<expected,' while parsing HTML_ELEMENT | 143 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 194 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
org/apache/hadoop/hbase/util/HFileArchiveUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 |
| Error | design | FinalClass | Class HFileArchiveUtil should be declared as final. | 33 |
org/apache/hadoop/hbase/util/HFileTestUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 43 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 61 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 89 |
org/apache/hadoop/hbase/util/HFileV1Detector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 172 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 392 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 405 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 411 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 417 |
org/apache/hadoop/hbase/util/HMerge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 39 |
| Error | design | FinalClass | Class HMerge should be declared as final. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
org/apache/hadoop/hbase/util/HasThread.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.lang.Thread.UncaughtExceptionHandler' import. | 22 |
org/apache/hadoop/hbase/util/Hash.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 78 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 80 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 81 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 82 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 84 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 |
org/apache/hadoop/hbase/util/HashedBytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
org/apache/hadoop/hbase/util/HttpServerUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/IdLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Error | design | FinalClass | Class Entry should be declared as final. | 46 |
org/apache/hadoop/hbase/util/IdReadWriteLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 52 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 54 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 55 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 56 |
org/apache/hadoop/hbase/util/IterableUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/util/JSONBean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 141 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 142 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 143 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 144 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 145 |
| Error | indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 146 |
| Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 10. | 147 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 |
org/apache/hadoop/hbase/util/JVM.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 |
| Error | indentation | Indentation | 'new' have incorrect indentation level 6, expected level should be 8. | 151 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 21. | 152 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 156 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 4. | 158 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 159 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 5, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 161 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 162 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 11, expected level should be 10. | 163 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 164 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 10. | 165 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 166 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 167 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 168 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 169 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 11, expected level should be 10. | 170 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 171 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 10. | 172 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 173 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 174 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 255 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 275 |
org/apache/hadoop/hbase/util/JVMClusterUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | indentation | Indentation | 'CoordinatedStateManager' have incorrect indentation level 6, expected level should be 8. | 89 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
org/apache/hadoop/hbase/util/JenkinsHash.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 68 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 76 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 79 |
| Error | sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 81 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 165 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 166 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 167 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 168 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 169 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 170 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 171 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 172 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 173 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 174 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 175 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 176 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 177 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 178 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 179 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 180 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 181 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 182 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 183 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 184 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 185 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 186 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 187 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 188 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 191 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 192 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 193 |
org/apache/hadoop/hbase/util/JvmPauseMonitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 31 |
| Error | design | FinalClass | Class GcTimes should be declared as final. | 126 |
org/apache/hadoop/hbase/util/KeyLocker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 54 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 56 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 57 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 58 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
org/apache/hadoop/hbase/util/LoadTestDataGeneratorWithTags.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
org/apache/hadoop/hbase/util/LoadTestTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.slf4j.Logger. | 48 |
| Error | imports | UnusedImports | Unused import - org.slf4j.LoggerFactory. | 49 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 50 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 546 |
| Error | sizes | MethodLength | Method length is 190 lines (max allowed is 150). | 555 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 627 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 35 has parse error. Missed HTML close tag 'index'. Sometimes it means that close tag missed for one of previous tags. | 823 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 892 |
org/apache/hadoop/hbase/util/MD5Hash.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
org/apache/hadoop/hbase/util/ManualEnvironmentEdge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
org/apache/hadoop/hbase/util/MapreduceDependencyClasspathTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 53 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 54 |
org/apache/hadoop/hbase/util/Merge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 33 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WAL. | 44 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 50 |
org/apache/hadoop/hbase/util/MetaUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
org/apache/hadoop/hbase/util/Methods.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/util/MockServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
org/apache/hadoop/hbase/util/ModifyRegionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 117 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 264 |
org/apache/hadoop/hbase/util/MultiHConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
org/apache/hadoop/hbase/util/MultiThreadedAction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseTestingUtility. | 37 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.compress.Compression.Algorithm. | 45 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.encoding.DataBlockEncoding. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Error | sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 327 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 510 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 544 |
org/apache/hadoop/hbase/util/MultiThreadedReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Consistency' import. | 33 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 41 |
org/apache/hadoop/hbase/util/MultiThreadedReaderWithACL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 113 |
org/apache/hadoop/hbase/util/MultiThreadedUpdater.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 55 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 18, expected level should be 20. | 209 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 210 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 211 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 212 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 213 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 214 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 18, expected level should be 20. | 215 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 216 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 219 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 220 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 221 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 222 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 18, expected level should be 20. | 223 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 224 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 22. | 225 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 327 |
org/apache/hadoop/hbase/util/MultiThreadedWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 6. | 182 |
org/apache/hadoop/hbase/util/MultiThreadedWriterBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 155 |
org/apache/hadoop/hbase/util/MunkresAssignment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
org/apache/hadoop/hbase/util/MurmurHash3.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 66 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 67 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 68 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 70 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 71 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 73 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 74 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 75 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 76 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 77 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 78 |
org/apache/hadoop/hbase/util/Order.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 35 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 38 |
| Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 47 |
| Error | blocks | LeftCurly | '{' at column 29 should have line break after. | 58 |
| Error | blocks | LeftCurly | '{' at column 33 should have line break after. | 61 |
| Error | blocks | LeftCurly | '{' at column 44 should have line break after. | 65 |
| Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 70 |
| Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 74 |
org/apache/hadoop/hbase/util/OrderedBytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 269 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 348 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 465 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 468 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 469 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 470 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 471 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 583 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 584 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 606 |
| Error | coding | EmptyStatement | Empty statement. | 607 |
| Error | blocks | LeftCurly | '{' at column 37 should have line break after. | 653 |
| Error | blocks | LeftCurly | '{' at column 36 should have line break after. | 654 |
| Error | blocks | LeftCurly | '{' at column 49 should have line break after. | 727 |
| Error | blocks | LeftCurly | '{' at column 48 should have line break after. | 728 |
| Error | blocks | LeftCurly | '{' at column 60 should have line break after. | 729 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 837 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 921 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 922 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 923 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 924 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 943 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 944 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 945 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 962 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 978 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 986 |
| Error | coding | EmptyStatement | Empty statement. | 987 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1006 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1102 |
| Error | coding | EmptyStatement | Empty statement. | 1103 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1142 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1756 |
| Error | coding | EmptyStatement | Empty statement. | 1757 |
org/apache/hadoop/hbase/util/Pair.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 |
| Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 44 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 75 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 84 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 93 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 102 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 107 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 114 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 121 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 126 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 132 |
org/apache/hadoop/hbase/util/PairOfSameType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 83 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
org/apache/hadoop/hbase/util/PoolMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 80 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 271 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 272 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 273 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 274 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 275 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 276 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 277 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 391 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 402 |
org/apache/hadoop/hbase/util/PositionedByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
org/apache/hadoop/hbase/util/PrettyPrinter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 23 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
org/apache/hadoop/hbase/util/ProcessBasedLocalHBaseCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
org/apache/hadoop/hbase/util/ProtoUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 75 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 79 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 83 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 87 |
org/apache/hadoop/hbase/util/RedundantKVGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.primitives.Bytes' import. | 32 |
| Error | indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 115 |
org/apache/hadoop/hbase/util/ReflectionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/util/RegionSplitCalculator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
org/apache/hadoop/hbase/util/RegionSplitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 66 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 142 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 |
| Error | sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 436 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 559 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 644 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 727 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 736 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 767 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 809 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 811 |
org/apache/hadoop/hbase/util/RetryCounter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
org/apache/hadoop/hbase/util/RollingStatCalculator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
org/apache/hadoop/hbase/util/ServerCommandLine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
org/apache/hadoop/hbase/util/ServerRegionReplicaUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
org/apache/hadoop/hbase/util/ShutdownHookManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
org/apache/hadoop/hbase/util/SimpleByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 129 |
org/apache/hadoop/hbase/util/SimpleMutableByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 227 |
org/apache/hadoop/hbase/util/SimplePositionedByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 57 should have line break after. | 134 |
org/apache/hadoop/hbase/util/SimplePositionedMutableByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
org/apache/hadoop/hbase/util/Sleeper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 24 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
org/apache/hadoop/hbase/util/SortedCopyOnWriteSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 |
org/apache/hadoop/hbase/util/StealJobQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
org/apache/hadoop/hbase/util/StoppableImplementation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 22 |
org/apache/hadoop/hbase/util/Strings.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
org/apache/hadoop/hbase/util/TestBase64.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 38 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 39 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 40 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 41 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 42 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 43 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 44 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 45 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 46 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 47 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 48 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
org/apache/hadoop/hbase/util/TestBoundedPriorityBlockingQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 24 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 188 |
org/apache/hadoop/hbase/util/TestByteBloomFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 74 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 74 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
org/apache/hadoop/hbase/util/TestByteBufferUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 244 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 245 |
org/apache/hadoop/hbase/util/TestByteRangeWithKVSerialization.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Tag' import. | 25 |
org/apache/hadoop/hbase/util/TestBytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 146 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 146 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 232 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 232 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 473 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 510 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 511 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 512 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 513 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 514 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 515 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 516 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 517 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 520 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 537 |
| Error | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 545 |
org/apache/hadoop/hbase/util/TestCompressionTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'java.io.BufferedOutputStream' import. | 35 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 39 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 108 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 109 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 113 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 115 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 116 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 116 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 117 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 118 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 119 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 122 |
org/apache/hadoop/hbase/util/TestConcatenatedLists.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 31 |
org/apache/hadoop/hbase/util/TestConfigurationUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.List' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 |
org/apache/hadoop/hbase/util/TestConnectionCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.UserProvider' import. | 24 |
org/apache/hadoop/hbase/util/TestCoprocessorClassLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
org/apache/hadoop/hbase/util/TestCoprocessorScanPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 61 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 164 |
| Error | indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 165 |
org/apache/hadoop/hbase/util/TestDefaultEnvironmentEdge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.assertTrue' import. | 25 |
org/apache/hadoop/hbase/util/TestDrainBarrier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 25 |
org/apache/hadoop/hbase/util/TestDynamicClassLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 32 |
org/apache/hadoop/hbase/util/TestEnvironmentEdgeManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.mock' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.mockito.Mockito.verify' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 |
org/apache/hadoop/hbase/util/TestFSHDFSUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
org/apache/hadoop/hbase/util/TestFSTableDescriptors.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseTestingUtility' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableDescriptors' import. | 44 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 308 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 319 |
org/apache/hadoop/hbase/util/TestFSUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 136 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 163 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 170 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 205 |
org/apache/hadoop/hbase/util/TestFSVisitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 22 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNotNull. | 23 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertNull. | 24 |
| Error | imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Set' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 30 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 41 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 |
| Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 128 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 10. | 161 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 10. | 162 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 10. | 163 |
org/apache/hadoop/hbase/util/TestHBaseFsck.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Random. | 40 |
| Error | imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MiniHBaseCluster' import. | 71 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.RegionLocations. | 72 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 75 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Mutation. | 87 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.RowMutations. | 92 |
| Error | imports | RedundantImport | Duplicate import to line 70 - org.apache.hadoop.hbase.testclassification.LargeTests. | 114 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Multimap' import. | 134 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 283 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 42. | 310 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 340 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 357 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 359 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 409 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 427 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 428 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 500 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 615 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 616 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 617 |
| Error | indentation | Indentation | 'while' have incorrect indentation level 5, expected level should be 4. | 618 |
| Error | indentation | Indentation | 'while' child have incorrect indentation level 7, expected level should be 6. | 619 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 5, expected level should be 4. | 620 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 621 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 639 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 772 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 798 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 8, 44. | 870 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 922 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 8, 44. | 1087 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 44. | 1126 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1166 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1305 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1306 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 44. | 1345 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1382 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1416 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1417 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1418 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 1454 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 1455 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 1456 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1500 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1506 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1535 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 1541 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1599 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 41, 42. | 1687 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 41, 42. | 1688 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1957 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 29. | 2014 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 29. | 2021 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 2032 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2303 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 2415 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 2445 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 44. | 2996 |
org/apache/hadoop/hbase/util/TestHBaseFsckComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
org/apache/hadoop/hbase/util/TestHBaseFsckEncryption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 |
org/apache/hadoop/hbase/util/TestHFileArchiveUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 60 |
org/apache/hadoop/hbase/util/TestIdLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 99 |
org/apache/hadoop/hbase/util/TestIdReadWriteLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 108 |
org/apache/hadoop/hbase/util/TestKeyLocker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.locks.ReentrantLock' import. | 26 |
org/apache/hadoop/hbase/util/TestLoadTestKVGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.SmallTests' import. | 29 |
org/apache/hadoop/hbase/util/TestMergeTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 31 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 71 |
org/apache/hadoop/hbase/util/TestMergeTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 53. | 124 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 53. | 126 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 53. | 128 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 53. | 130 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 4, expected level should be 6. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
org/apache/hadoop/hbase/util/TestMiniClusterLoadEncoded.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.encoding.DataBlockEncoding' import. | 24 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 43 |
org/apache/hadoop/hbase/util/TestMiniClusterLoadParallel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.encoding.DataBlockEncoding' import. | 22 |
org/apache/hadoop/hbase/util/TestMiniClusterLoadSequential.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 35 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 94 |
org/apache/hadoop/hbase/util/TestOrderedBytes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 112 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 113 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 117 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 205 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 272 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 415 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 416 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 483 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 484 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 551 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 552 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 618 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 619 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 688 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 757 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 758 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 778 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 827 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 828 |
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 874 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 881 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 888 |
| Error | indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 891 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 940 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 941 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1016 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1068 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1077 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1199 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1208 |
org/apache/hadoop/hbase/util/TestPoolMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 36 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 175 |
org/apache/hadoop/hbase/util/TestRegionSizeCalculator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 41 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 96 |
org/apache/hadoop/hbase/util/TestRegionSplitCalculator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.ComparisonChain' import. | 36 |
org/apache/hadoop/hbase/util/TestRegionSplitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 38 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 55 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 56 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 57 |
| Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 58 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 60 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 63 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 65 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 67 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 68 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 73 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 75 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 76 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 77 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 78 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 79 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 80 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 81 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 82 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 83 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 84 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 85 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 86 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 87 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 88 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 89 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 90 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 91 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 92 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 98 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 103 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 105 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 106 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 107 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 108 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 109 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 110 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 111 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 112 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 113 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 114 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 115 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 116 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 117 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 118 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 119 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 120 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 121 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 122 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 125 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 127 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 133 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 135 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 138 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 139 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 142 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 143 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 144 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 145 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 146 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 147 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 151 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 153 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 155 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 159 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 160 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 163 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 164 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 165 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 171 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 173 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 176 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 177 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 178 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 179 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 181 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 182 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 183 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 186 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 187 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 188 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 189 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 190 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 10, 44, 45. | 191 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 192 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 195 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 196 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 198 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 199 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 200 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 201 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 203 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 204 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 206 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 10, 48, 49. | 207 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 208 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 211 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 212 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 213 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 279 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 281 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 282 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 283 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 284 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 285 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 286 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 287 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 298 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 300 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 303 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 304 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 305 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 306 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 307 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 309 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 312 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 313 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 314 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 315 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 316 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 317 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 318 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 319 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 320 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 323 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 324 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 328 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 330 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 331 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 332 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 333 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 58 has parse error. Details: no viable alternative at input '<byte[' while parsing HTML_ELEMENT | 336 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 343 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 344 |
| Error | indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 345 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 346 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 347 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 348 |
| Error | indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 349 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 350 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 351 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 352 |
org/apache/hadoop/hbase/util/TestRootPath.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
org/apache/hadoop/hbase/util/TestShowProperties.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Properties' import. | 27 |
org/apache/hadoop/hbase/util/TestSimplePositionedMutableByteRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 36 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 5, expected level should be 6. | 46 |
org/apache/hadoop/hbase/util/TestSortedCopyOnWriteSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 22 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 26 |
org/apache/hadoop/hbase/util/TestSortedList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 22 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 |
org/apache/hadoop/hbase/util/TestStealJobQueue.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 26 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 32 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 32 |
org/apache/hadoop/hbase/util/TestTableName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 55 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 56 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 57 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 31. | 58 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 31. | 60 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 33. | 62 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 33. | 63 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 70 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 148 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 149 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 150 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 151 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 152 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 153 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 154 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 155 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 156 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 157 |
org/apache/hadoop/hbase/util/TestThreads.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicBoolean' import. | 29 |
org/apache/hadoop/hbase/util/Threads.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 |
org/apache/hadoop/hbase/util/TimeOffsetEnvironmentEdge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 35 |
| Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
org/apache/hadoop/hbase/util/Triple.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
org/apache/hadoop/hbase/util/UnsafeAvailChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
org/apache/hadoop/hbase/util/VersionInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.PrintStream' import. | 22 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
org/apache/hadoop/hbase/util/Writables.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 25 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
org/apache/hadoop/hbase/util/ZKDataMigrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
| Error | indentation | Indentation | 'String' have incorrect indentation level 1, expected level should be 4. | 242 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 252 |
org/apache/hadoop/hbase/util/byterange/ByteRangeSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 31 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 37 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 38 |
org/apache/hadoop/hbase/util/hbck/HFileCorruptionChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 334 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 |
org/apache/hadoop/hbase/util/hbck/HbckTestingUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 25 has parse error. Details: no viable alternative at input '<returncode,' while parsing HTML_ELEMENT | 79 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 83 |
org/apache/hadoop/hbase/util/hbck/OfflineMetaRebuildTestCore.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | indentation | Indentation | 'Result' have incorrect indentation level 4, expected level should be 6. | 274 |
org/apache/hadoop/hbase/util/hbck/OfflineMetaRepair.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
org/apache/hadoop/hbase/util/hbck/TableLockChecker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 27 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be one of the following: 10, 12. | 61 |
org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 31 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 54 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 55 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 56 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 57 |
org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildHole.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 59 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 101 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 102 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 103 |
org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildOverlap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Multimap' import. | 40 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 66 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 110 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 111 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 112 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 10. | 113 |
org/apache/hadoop/hbase/util/number/NumberFormatter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
org/apache/hadoop/hbase/util/number/RandomNumberUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
org/apache/hadoop/hbase/util/test/LoadTestDataGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
org/apache/hadoop/hbase/util/vint/TestFIntTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 33. | 98 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be one of the following: 6, 33. | 99 |
org/apache/hadoop/hbase/util/vint/UFIntTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 90 |
org/apache/hadoop/hbase/util/vint/UVIntTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/util/vint/UVLongTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/wal/BoundedRegionGroupingProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | indentation | Indentation | 'for rcurly' have incorrect indentation level 36, expected level should be 6. | 128 |
org/apache/hadoop/hbase/wal/DefaultWALProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.io.Closeable. | 21 |
| Error | imports | UnusedImports | Unused import - java.io.DataInput. | 22 |
| Error | imports | UnusedImports | Unused import - java.io.DataOutput. | 23 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.FSHLog' import. | 42 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 104 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 276 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
org/apache/hadoop/hbase/wal/DisabledWALProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | misc | UpperEll | Should use uppercase 'L'. | 171 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 183 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
org/apache/hadoop/hbase/wal/FaultyFSLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.List. | 23 |
| Error | imports | UnusedImports | Unused import - java.util.UUID. | 24 |
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Cell. | 31 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableName. | 34 |
org/apache/hadoop/hbase/wal/IOTestProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.DefaultWALProvider.DEFAULT_PROVIDER_ID' import. | 35 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 112 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 145 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 204 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 207 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 209 |
org/apache/hadoop/hbase/wal/RegionGroupingProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 |
org/apache/hadoop/hbase/wal/TestBoundedRegionGroupingProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.BoundedRegionGroupingProvider.NUM_REGION_GROUPS' import. | 27 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.BoundedRegionGroupingProvider.DEFAULT_NUM_REGION_GROUPS' import. | 28 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 23, 24. | 119 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 25, 26. | 131 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 25, 26. | 146 |
org/apache/hadoop/hbase/wal/TestDefaultWALProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 45 |
| Error | imports | RedundantImport | Duplicate import to line 44 - org.apache.hadoop.hbase.testclassification.MediumTests. | 48 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
org/apache/hadoop/hbase/wal/TestDefaultWALProviderWithHLogKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.HLogKey' import. | 24 |
org/apache/hadoop/hbase/wal/TestSecureWAL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 43 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 50 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader' import. | 51 |
org/apache/hadoop/hbase/wal/TestWALFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 265 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 279 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 286 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 302 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 309 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 378 |
| Error | indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 437 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 438 |
| Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 440 |
| Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 441 |
| Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 442 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 455 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 517 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 |
org/apache/hadoop/hbase/wal/TestWALFiltering.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 47 |
org/apache/hadoop/hbase/wal/TestWALMethods.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 44 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 50 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 164). | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 162). | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
org/apache/hadoop/hbase/wal/TestWALOpenAfterDNRollingStart.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 43 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 47 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
org/apache/hadoop/hbase/wal/TestWALSplit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | EmptyBlock | Must have at least one statement. | 106 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 681 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 817 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 887 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 888 |
| Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 911 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 913 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 914 |
| Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 915 |
| Error | indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 916 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1036 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1195 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 1269 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1270 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1271 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1272 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1273 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1274 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1275 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1276 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1278 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1279 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1280 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1281 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1282 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1283 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1284 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1286 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1287 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1288 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1289 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1290 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1291 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1292 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1293 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1294 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1296 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1297 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1298 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1299 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1301 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1302 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1304 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1305 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1306 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1307 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1308 |
| Error | indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1309 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 |
org/apache/hadoop/hbase/wal/WAL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 116 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 148 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 149 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 150 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 183 |
org/apache/hadoop/hbase/wal/WALFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.MetricsWAL' import. | 46 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 |
org/apache/hadoop/hbase/wal/WALKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 37 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 41 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 51 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 2 has parse error. Unrecognized error from ANTLR parser: null | 87 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
org/apache/hadoop/hbase/wal/WALPerformanceEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 55 |
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.core.Histogram' import. | 65 |
| Error | sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 205 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 356 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 383 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 431 |
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 569 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 586 |
org/apache/hadoop/hbase/wal/WALPrettyPrinter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader' import. | 50 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 313 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 406 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
org/apache/hadoop/hbase/wal/WALProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 26 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
org/apache/hadoop/hbase/wal/WALSplitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 123 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
| Error | sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 560 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 617 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 688 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 756 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 759 |
| Error | design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 877 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 888 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 927 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 928 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 948 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1261 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1299 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1349 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1483 |
| Error | javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 31 has parse error. Details: no viable alternative at input '<servername>:<table name>' while parsing HTML_TAG | 1683 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1763 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1767 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1862 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1886 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1892 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1904 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 1907 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1966 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1967 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1971 |
| Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 2247 |
| Error | design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 2248 |
| Error | design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 2249 |
| Error | design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 2250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2256 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2260 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2262 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2280 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2288 |
org/apache/hadoop/hbase/zookeeper/ClusterStatusTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 |
org/apache/hadoop/hbase/zookeeper/DrainingServerTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 28 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
org/apache/hadoop/hbase/zookeeper/EmptyWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class EmptyWatcher should be declared as final. | 27 |
org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.File' import. | 38 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 86 |
org/apache/hadoop/hbase/zookeeper/LoadBalancerTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 65 |
org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 21 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 33 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 171 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 203 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 225 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Stopwatch' import. | 60 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 303 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 306 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 374 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 375 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 389 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 408 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 410 |
| Error | blocks | EmptyBlock | Must have at least one statement. | 413 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 |
| Error | whitespace | MethodParamPad | '(' should be on the previous line. | 493 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 562 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 602 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 603 |
org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 45 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 230 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 231 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 |
org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.htrace.Trace' import. | 47 |
| Error | blocks | LeftCurly | '{' at column 9 should have line break after. | 128 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 453 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 484 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 515 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 555 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 638 |
| Error | indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 6. | 685 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 750 |
org/apache/hadoop/hbase/zookeeper/RegionNormalizerTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
org/apache/hadoop/hbase/zookeeper/RegionServerTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 123 |
org/apache/hadoop/hbase/zookeeper/TestHQuorumPeer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.zookeeper.server.quorum.QuorumPeer.QuorumServer' import. | 33 |
| Error | imports | ImportOrder | Wrong order for 'junit.framework.Assert.assertEquals' import. | 38 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 39 |
org/apache/hadoop/hbase/zookeeper/TestRecoverableZooKeeper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.Properties. | 24 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
org/apache/hadoop/hbase/zookeeper/TestZKConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.junit.Assert. | 28 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 |
org/apache/hadoop/hbase/zookeeper/TestZKLeaderManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 28 |
org/apache/hadoop/hbase/zookeeper/TestZKTableStateManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 |
| Error | imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 38 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Table' import. | 40 |
org/apache/hadoop/hbase/zookeeper/TestZKUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 26 |
org/apache/hadoop/hbase/zookeeper/TestZooKeeperACL.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 272 |
org/apache/hadoop/hbase/zookeeper/TestZooKeeperMainServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
org/apache/hadoop/hbase/zookeeper/TestZooKeeperNodeTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 34 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 88 |
| Error | whitespace | ParenPad | '(' is followed by whitespace. | 343 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 343 |
org/apache/hadoop/hbase/zookeeper/TestZooKeeperWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 21 |
org/apache/hadoop/hbase/zookeeper/ZKAssign.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 26 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 94 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 827 |
| Error | indentation | Indentation | '"unassigned node for "' have incorrect indentation level 8, expected level should be 10. | 873 |
| Error | indentation | Indentation | '" from "' have incorrect indentation level 8, expected level should be 10. | 874 |
| Error | indentation | Indentation | '"the node existed and was in the expected state but then when "' have incorrect indentation level 8, expected level should be 10. | 875 |
| Error | indentation | Indentation | '"setting data we got a version mismatch"' have incorrect indentation level 8, expected level should be 10. | 876 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 966 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 967 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 979 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 992 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 993 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1007 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1008 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1028 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 |
org/apache/hadoop/hbase/zookeeper/ZKClusterId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 25 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
org/apache/hadoop/hbase/zookeeper/ZKConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 178 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 |
org/apache/hadoop/hbase/zookeeper/ZKLeaderManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 26 |
org/apache/hadoop/hbase/zookeeper/ZKServerTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 25 |
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 69 |
org/apache/hadoop/hbase/zookeeper/ZKSplitLog.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 171 |
| Error | misc | UpperEll | Should use uppercase 'L'. | 175 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
org/apache/hadoop/hbase/zookeeper/ZKTableStateClientSideReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 23 |
| Error | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Error | design | FinalClass | Class ZKTableStateClientSideReader should be declared as final. | 42 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 161 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 162 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 163 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
org/apache/hadoop/hbase/zookeeper/ZKTableStateManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 345 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 363 |
org/apache/hadoop/hbase/zookeeper/ZKUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 79 |
| Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 90 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 |
| Error | indentation | Indentation | '"because node does not exist (not an error)"' have incorrect indentation level 6, expected level should be 8. | 571 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 618 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 748 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 |
| Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 780 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 |
| Error | indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 1085 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1102 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1103 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1249 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1250 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1292 |
| Error | design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1533 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1547 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1548 |
| Error | design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1565 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1572 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1573 |
| Error | design | FinalClass | Class SetData should be declared as final. | 1587 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1601 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1602 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1658 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1662 |
| Error | indentation | Indentation | 'switch' have incorrect indentation level 7, expected level should be 8. | 1673 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1674 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1675 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1676 |
| Error | indentation | Indentation | 'case' child have incorrect indentation level 9, expected level should be 10. | 1677 |
| Error | indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 1680 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1681 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 1682 |
| Error | indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 1683 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1684 |
| Error | indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 1685 |
| Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 1686 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1782 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1783 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1784 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1791 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1871 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1934 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2002 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2003 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2004 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2050 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2069 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2078 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2091 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2148 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperMainServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | UnusedImports | Unused import - java.util.concurrent.TimeUnit. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 80 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 88 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 100 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 24 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Error | whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 |
| Error | imports | RedundantImport | Duplicate import to line 34 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 41 |
| Error | design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 91 |
| Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 96 |
| Error | design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 100 |
| Error | design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 102 |
| Error | design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 106 |
| Error | design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 108 |
| Error | design | VisibilityModifier | Variable 'assignmentZNode' must be private and have accessor methods. | 110 |
| Error | design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 112 |
| Error | design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 114 |
| Error | design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 116 |
| Error | design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 118 |
| Error | design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 122 |
| Error | design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 124 |
| Error | design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 126 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Error | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 405 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 491 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 |
| Error | coding | MissingSwitchDefault | switch without "default" clause. | 609 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 676 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 740 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 793 |
| Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 794 |
org/apache/hadoop/hbase/zookeeper/lock/TestZKInterProcessReadWriteLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MultithreadedTestUtil' import. | 46 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 56 |
org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessLockBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock' import. | 32 |
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 42 |
| Error | design | FinalClass | Class ZNodeComparator should be declared as final. | 107 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Error | coding | InnerAssignment | Inner assignments should be avoided. | 186 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessReadWriteLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock.MetadataHandler' import. | 23 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/metrics2/MetricHistogram.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
org/apache/hadoop/metrics2/impl/JmxCacheBuster.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | FinalClass | Class JmxCacheBuster should be declared as final. | 39 |
org/apache/hadoop/metrics2/lib/DefaultMetricsSystemHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 23 |
org/apache/hadoop/metrics2/lib/DynamicMetricsRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 34 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 59 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 60 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 61 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 62 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 63 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 64 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 65 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 66 |
| Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 276 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 296 |
| Error | indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 316 |
| Error | indentation | Indentation | 'addNewMetricIfAbsent' have incorrect indentation level 2, expected level should be 4. | 578 |
org/apache/hadoop/metrics2/lib/MetricMutableQuantiles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45, 46. | 47 |
| Error | indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 45, 46. | 48 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 139). | 128 |
org/apache/hadoop/metrics2/lib/MutableHistogram.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.yammer.metrics.stats.ExponentiallyDecayingSample' import. | 30 |
org/apache/hadoop/metrics2/lib/MutableRangeHistogram.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 65 |
| Error | coding | EmptyStatement | Empty statement. | 65 |
| Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 91 |
org/apache/hadoop/metrics2/lib/MutableTimeHistogram.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 33 |
org/apache/hadoop/metrics2/util/MetricQuantile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | design | VisibilityModifier | Variable 'quantile' must be private and have accessor methods. | 29 |
| Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 30 |
org/apache/hadoop/metrics2/util/MetricSampleQuantiles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 |
| Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 72 |
| Error | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 283 |
| Error | design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 291 |
| Error | design | VisibilityModifier | Variable 'delta' must be private and have accessor methods. | 297 |
test-classes/log4j.properties
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
test-classes/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |

